Packages

p

es.weso

slang

package slang

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Alt(pp1: PropPath, pp2: PropPath) extends PropPath with Product with Serializable
  2. final case class And(s1: SLang, s2: SLang) extends SLang with Product with Serializable
  3. case class BNodeLabel(bNode: BNode) extends Label with Product with Serializable
  4. case class Card(min: Int, max: Max) extends Product with Serializable
  5. final case class Datatype(iri: IRI) extends SLang with Product with Serializable
  6. case class IRILabel(iri: IRI) extends Label with Product with Serializable
  7. final case class IntMax(n: Int) extends Max with Product with Serializable
  8. case class Inv(p: IRI) extends PropPath with Product with Serializable
  9. sealed trait Label extends AnyRef
  10. sealed trait Max extends Product with Serializable
  11. case class NoPreds(preds: Set[IRI]) extends PropPath with Product with Serializable
  12. final case class Not(s: SLang) extends SLang with Product with Serializable
  13. case class Pred(p: IRI) extends PropPath with Product with Serializable
  14. trait PropPath extends Product with Serializable
  15. final case class QualifiedArc(pp: PropPath, s: SLang, card: Card) extends SLang with Product with Serializable
  16. final case class Ref(ref: Label) extends SLang with Product with Serializable
  17. sealed trait SLang extends Product with Serializable
  18. trait SLang2Clingo extends AnyRef
  19. case class SchemaS(lblMap: Map[Label, SLang]) extends Product with Serializable
  20. case class Sequ(pp1: PropPath, pp2: PropPath) extends PropPath with Product with Serializable
  21. trait ShEx2SLang extends AnyRef
  22. case class ShapesMap(map: Map[RDFNode, Value[SLang]]) extends Product with Serializable
  23. sealed trait Val extends Product with Serializable
  24. case class Value[A](m: Map[A, Val]) extends Product with Serializable
  25. case class ZeroOrMore(pp: PropPath) extends PropPath with Product with Serializable

Value Members

  1. case object BNodeKind extends SLang with Product with Serializable
  2. object Card extends Serializable
  3. object Clingo
  4. object ClingoNames
  5. case object Conforms extends Val with Product with Serializable
  6. case object IRIKind extends SLang with Product with Serializable
  7. case object Inconsistent extends Val with Product with Serializable
  8. case object NotConforms extends Val with Product with Serializable
  9. object PropPath extends Serializable
  10. object SLang extends Serializable
  11. case object STrue extends SLang with Product with Serializable
  12. object ShapesMap extends Serializable
  13. case object Star extends Max with Product with Serializable
  14. case object Unknown extends Val with Product with Serializable
  15. object Val extends Serializable
  16. object ValidateND
  17. object Validation
  18. object Value extends Serializable

Ungrouped