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 OpenRule(r: Rule) extends Rule with Product with Serializable

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

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

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

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

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

  23. case class RangeMinRule(m: Int, r: Rule) extends Rule with Product with Serializable

  24. case class RangeRule(m: Int, n: Int, r: Rule) extends Rule with Product with Serializable

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

  26. case class RelationRule(id: Option[Label], v1: ValueClass, v2: ValueClass) extends Rule with Product with Serializable

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

  28. sealed trait Rule extends Positional

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

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

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

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

  33. sealed trait ValueClass extends AnyRef

  34. sealed trait ValueObject extends AnyRef

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

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

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

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

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. object AnyRule extends Rule with Product with Serializable

  5. object EmptyRule extends Rule with Product with Serializable

  6. lazy val NoActions: Seq[Action]

  7. lazy val anyShape: Shape

  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. def mkLabel(str: String): IRILabel

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

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

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

    Definition Classes
    AnyRef
  22. def openShape(r: Rule): Rule

  23. def option(r: Rule): Rule

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

  25. def rangeMin(m: Int)(r: Rule): RangeMinRule

  26. lazy val rdf: String

  27. lazy val rdf_langString: IRI

  28. lazy val rdf_type: IRI

  29. lazy val shex: String

  30. lazy val shex_Any: IRI

  31. lazy val shex_BNode: IRI

  32. lazy val shex_IRI: IRI

  33. lazy val shex_Literal: IRI

  34. lazy val shex_NonBNode: IRI

  35. lazy val shex_NonIRI: IRI

  36. lazy val shex_NonLiteral: IRI

  37. def star(r: Rule): Rule

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

  41. lazy val typeShexIRI: ValueType

  42. lazy val typeShexLiteral: ValueType

  43. lazy val typeShexNonBNode: ValueType

  44. lazy val typeShexNonIRI: ValueType

  45. lazy val typeShexNonLiteral: ValueType

  46. lazy val typeXsdString: ValueType

  47. final def wait(): Unit

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

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

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

  51. lazy val xsd_double: IRI

  52. lazy val xsd_integer: IRI

  53. lazy val xsd_string: IRI

Inherited from AnyRef

Inherited from Any

Ungrouped