c

es.weso.shapepath

LabelTripleExprIndex

case class LabelTripleExprIndex(lbl: ShapeLabel, n: Option[Int]) extends TripleExprIndex with Product with Serializable

Source
ExprIndex.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelTripleExprIndex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TripleExprIndex
  7. ExprIndex
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LabelTripleExprIndex(lbl: ShapeLabel, n: Option[Int])

Value Members

  1. val lbl: ShapeLabel
  2. val n: Option[Int]
  3. def showQualify(pm: PrefixMap): String