case class LabelTripleExprIndex(lbl: ShapeLabel, n: Option[Int]) extends TripleExprIndex with Product with Serializable
- Source
- ExprIndex.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LabelTripleExprIndex
- Serializable
- Serializable
- Product
- Equals
- TripleExprIndex
- ExprIndex
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LabelTripleExprIndex(lbl: ShapeLabel, n: Option[Int])
Value Members
- val lbl: ShapeLabel
- val n: Option[Int]
-
def
showQualify(pm: PrefixMap): String
- Definition Classes
- LabelTripleExprIndex → TripleExprIndex → ExprIndex