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 FailRule(msg: String) extends Rule with Product with Serializable

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

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

  9. sealed trait Label extends AnyRef

  10. case class LangObject(lang: Lang) extends ValueObject with Product with Serializable

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

  12. sealed trait NameClass extends AnyRef

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

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

  15. case class NoObject(obj: ValueObject) extends ValueObject with Product with Serializable

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

  17. case class OptRule(r: Rule) extends Rule with Product with Serializable

  18. case class OrObject(obj1: ValueObject, obj2: ValueObject) extends ValueObject with Product with Serializable

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

  20. case class PlusRule(r: Rule) extends Rule with Product with Serializable

  21. case class RDFNodeObject(node: RDFNode) extends ValueObject with Product with Serializable

  22. case class RegexObject(regex: Regex, lang: Option[Lang]) extends ValueObject with Product with Serializable

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

  24. sealed trait Rule extends Positional

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

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

  27. case class StarRule(r: Rule) extends Rule with Product with Serializable

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

  29. sealed trait ValueClass extends AnyRef

  30. sealed trait ValueObject extends AnyRef

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

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

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

  34. 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. object AnyRule extends Rule with Product with Serializable

  7. object EmptyRule extends Rule with Product with Serializable

  8. lazy val NoActions: Seq[Action]

  9. lazy val anyShape: Shape

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

  25. lazy val rdf: String

  26. lazy val rdf_type: IRI

  27. lazy val shex: String

  28. lazy val shex_Any: IRI

  29. lazy val shex_BNode: IRI

  30. lazy val shex_IRI: IRI

  31. lazy val shex_Literal: IRI

  32. lazy val shex_NonBNode: IRI

  33. lazy val shex_NonIRI: IRI

  34. lazy val shex_NonLiteral: IRI

  35. def star(r: Rule): Rule

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

  39. lazy val typeShexIRI: ValueType

  40. lazy val typeShexLiteral: ValueType

  41. lazy val typeShexNonBNode: ValueType

  42. lazy val typeShexNonIRI: ValueType

  43. lazy val typeShexNonLiteral: ValueType

  44. lazy val typeXsdString: ValueType

  45. final def wait(): Unit

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

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

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

  49. lazy val xsd_double: IRI

  50. lazy val xsd_integer: IRI

  51. lazy val xsd_string: IRI

Inherited from AnyRef

Inherited from Any

Ungrouped