p

es.weso

shapepath

package shapepath

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Axis extends Product with Serializable
  2. sealed abstract class ContextType extends Product with Serializable
  3. case class EqName(iri: IRI) extends NameTest with Product with Serializable
  4. case class Err(msg: String) extends ProcessingError with Product with Serializable
  5. sealed abstract class ExprIndex extends AnyRef
  6. case class ExprStep(maybeType: Option[ContextType], exprIndex: ExprIndex, predicates: List[Predicate]) extends Step with Product with Serializable
  7. case class IRIItem(iri: IRI) extends ShapeNode with Product with Serializable
  8. case class IntShapeIndex(v: Int) extends ShapeExprIndex with Product with Serializable
  9. case class IntTripleExprIndex(v: Int) extends TripleExprIndex with Product with Serializable
  10. sealed abstract class KindTest extends NodeTest
  11. case class LabelTripleExprIndex(lbl: ShapeLabel, n: Option[Int]) extends TripleExprIndex with Product with Serializable
  12. sealed abstract class NameTest extends NodeTest
  13. sealed abstract class NodeTest extends AnyRef
  14. case class NodeTestStep(axis: Axis, nodeTest: NodeTest, predicates: List[Predicate]) extends Step with Product with Serializable
  15. sealed abstract class Predicate extends Product with Serializable
  16. sealed abstract class ProcessingError extends AnyRef
  17. case class RegExpTest(pattern: String) extends KindTest with Product with Serializable
  18. sealed abstract class ShapeExprIndex extends ExprIndex
  19. case class ShapeExprItem(se: ShapeExpr) extends ShapeNode with Product with Serializable
  20. case class ShapeLabelIndex(lbl: ShapeLabel) extends ShapeExprIndex with Product with Serializable
  21. sealed abstract class ShapeNode extends AnyRef
  22. sealed abstract class ShapeNodeType extends Product with Serializable
  23. case class ShapePath(startsWithRoot: Boolean, steps: List[Step]) extends Product with Serializable
  24. sealed abstract class Step extends AnyRef
  25. sealed abstract class TripleExprIndex extends ExprIndex
  26. case class TripleExprItem(te: TripleExpr) extends ShapeNode with Product with Serializable
  27. case class UnmatchItemContextLabel(item: ShapeNode, step: Step, typeLabel: ContextType) extends ProcessingError with Product with Serializable
  28. case class Value(items: List[ShapeNode]) extends Product with Serializable
  29. case class Warning(msg: String) extends ProcessingError with Product with Serializable

Ungrouped