es.weso.shex

ShapeSyntax

object ShapeSyntax

The following definitions follow: http://www.w3.org/2013/ShEx/Definition

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShapeSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Action(label: Label, code: String) extends Product with Serializable

  2. case class ActionRule(r: Rule, a: Seq[Action]) extends Rule with Product with Serializable

  3. case class AndRule(r1: Rule, r2: Rule) extends Rule with Product with Serializable

  4. case class ArcRule(id: Option[Label], n: NameClass, v: ValueClass) extends Rule with Product with Serializable

  5. case class BNodeLabel(bnodeId: Int) extends Label with Product with Serializable

  6. case class IRILabel(iri: IRI) extends Label with Product with Serializable

  7. case class IRIStem(iri: IRI, isStem: Boolean) extends Product with Serializable

  8. sealed trait Label extends AnyRef

  9. case class NameAny(excl: Set[IRIStem]) extends NameClass with Product with Serializable

  10. sealed trait NameClass extends AnyRef

  11. case class NameStem(s: IRIStem) extends NameClass with Product with Serializable

  12. case class NameTerm(t: IRI) extends NameClass with Product with Serializable

  13. case class NotRule(r: Rule) extends Rule with Product with Serializable

  14. case class OneOrMore(r: Rule) extends Rule with Product with Serializable

  15. case class OrRule(r1: Rule, r2: Rule) extends Rule with Product with Serializable

  16. case class RevArcRule(id: Option[Label], n: NameClass, v: ValueClass) extends Rule with Product with Serializable

  17. sealed trait Rule extends Positional

  18. case class ShEx(rules: Seq[Shape], start: Option[Label]) extends Positional with Product with Serializable

  19. case class Shape(label: Label, rule: Rule) extends Positional with Product with Serializable

  20. case class ValueAny(excl: Set[IRIStem]) extends ValueClass with Product with Serializable

  21. sealed trait ValueClass extends AnyRef

  22. case class ValueReference(l: Label) extends ValueClass with Product with Serializable

  23. case class ValueSet(s: Seq[RDFNode]) extends ValueClass with Product with Serializable

  24. case class ValueStem(s: IRIStem) extends ValueClass with Product with Serializable

  25. case class ValueType(v: RDFNode) extends ValueClass with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. lazy val NoActions: Seq[Action]

  7. object NoRule extends Rule with Product with Serializable

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. lazy val foaf: String

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def matchStems(stems: Set[IRIStem], node: RDFNode): Boolean

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def option(r: Rule): Rule

  22. def range(m: Int, n: Int, r: Rule): Rule

  23. lazy val rdf: String

  24. lazy val rdf_type: IRI

  25. lazy val shex: String

  26. lazy val shex_BNode: IRI

  27. lazy val shex_IRI: IRI

  28. lazy val shex_Literal: IRI

  29. lazy val shex_NonBNode: IRI

  30. lazy val shex_NonIRI: IRI

  31. lazy val shex_NonLiteral: IRI

  32. def star(r: Rule): Rule

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. lazy val typeShexBNode: ValueType

  36. lazy val typeShexIRI: ValueType

  37. lazy val typeShexLiteral: ValueType

  38. lazy val typeShexNonBNode: ValueType

  39. lazy val typeShexNonIRI: ValueType

  40. lazy val typeShexNonLiteral: ValueType

  41. lazy val typeXsdString: ValueType

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. lazy val xsd: String

  46. lazy val xsd_string: IRI

Inherited from AnyRef

Inherited from Any

Ungrouped