Packages

case class Schema(id: IRI, prefixes: Option[PrefixMap], base: Option[IRI], startActs: Option[List[SemAct]], start: Option[ShapeExpr], shapes: Option[List[ShapeExpr]], optTripleExprMap: Option[Map[ShapeLabel, TripleExpr]], imports: List[IRI], labelLocationMap: Option[Map[ShapeLabel, Location]]) extends AbstractSchema with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. Serializable
  3. Product
  4. Equals
  5. AbstractSchema
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Schema(id: IRI, prefixes: Option[PrefixMap], base: Option[IRI], startActs: Option[List[SemAct]], start: Option[ShapeExpr], shapes: Option[List[ShapeExpr]], optTripleExprMap: Option[Map[ShapeLabel, TripleExpr]], imports: List[IRI], labelLocationMap: Option[Map[ShapeLabel, Location]])

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. def addId(i: IRI): Schema
  5. def addShape(se: ShapeExpr): Schema
  6. def addTripleExprMap(te: Map[ShapeLabel, TripleExpr]): Schema
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val base: Option[IRI]
    Definition Classes
    SchemaAbstractSchema
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def depGraph: Either[String, DepGraph[ShapeLabel]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getShape(label: ShapeLabel): Either[String, ShapeExpr]
    Definition Classes
    SchemaAbstractSchema
  14. def getTripleExpr(lbl: ShapeLabel): Either[String, TripleExpr]
    Definition Classes
    SchemaAbstractSchema
  15. val id: IRI
    Definition Classes
    SchemaAbstractSchema
  16. val imports: List[IRI]
    Definition Classes
    SchemaAbstractSchema
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val labelLocationMap: Option[Map[ShapeLabel, Location]]
    Definition Classes
    SchemaAbstractSchema
  19. def labels: List[ShapeLabel]
    Definition Classes
    SchemaAbstractSchema
  20. lazy val localShapes: List[ShapeExpr]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def negCycles: Either[String, Set[Set[(ShapeLabel, ShapeLabel)]]]
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def oddNegCycles: Either[String, Set[Set[(ShapeLabel, ShapeLabel)]]]
  26. val optTripleExprMap: Option[Map[ShapeLabel, TripleExpr]]
    Definition Classes
    SchemaAbstractSchema
  27. lazy val prefixMap: PrefixMap
    Definition Classes
    AbstractSchema
  28. val prefixes: Option[PrefixMap]
    Definition Classes
    SchemaAbstractSchema
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def qualify(label: ShapeLabel): String
    Definition Classes
    AbstractSchema
  31. def qualify(node: RDFNode): String
    Definition Classes
    AbstractSchema
  32. def relativize(maybeBase: Option[IRI]): Schema
  33. def resolve(base: Option[IRI], verbose: VerboseLevel): IO[ResolvedSchema]
  34. def shapeLabel2Iri(l: ShapeLabel): Either[String, IRI]
  35. lazy val shapeList: List[ShapeExpr]
  36. val shapes: Option[List[ShapeExpr]]
    Definition Classes
    SchemaAbstractSchema
  37. lazy val shapesMap: Map[ShapeLabel, ShapeExpr]
    Definition Classes
    AbstractSchema
  38. def showCycles(str: Either[String, Set[Set[(ShapeLabel, ShapeLabel)]]]): String
  39. val start: Option[ShapeExpr]
    Definition Classes
    SchemaAbstractSchema
  40. val startActs: Option[List[SemAct]]
    Definition Classes
    SchemaAbstractSchema
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AbstractSchema → AnyRef → Any
  43. lazy val tripleExprMap: Map[ShapeLabel, TripleExpr]
    Definition Classes
    AbstractSchema
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. lazy val wellFormed: Either[String, Unit]
  48. def withBase(base: Option[IRI]): Schema
  49. def withId(iri: IRI): Schema
  50. def withImports(imports: List[IRI]): Schema
  51. def withLabelLocationMap(labelLocationMap: Option[Map[ShapeLabel, Location]]): Schema
  52. def withOptTripleExprMap(optTripleExprMap: Option[Map[ShapeLabel, TripleExpr]]): Schema
  53. def withPrefixMap(maybePrefixMap: Option[PrefixMap]): Schema
  54. def withShapes(ses: ShapeExpr*): Schema
  55. def withShapes(shapes: Option[List[ShapeExpr]]): Schema
  56. def withStart(start: Option[ShapeExpr]): Schema
  57. def withStartActions(maybeStartActions: Option[List[SemAct]]): Schema

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractSchema

Inherited from AnyRef

Inherited from Any

Ungrouped