Packages

case class ResolvedSchema(source: Schema, resolvedMapShapeExprs: Map[ShapeLabel, ResolvedShapeExpr], resolvedMapTripleExprs: Map[ShapeLabel, ResolvedTripleExpr], inheritanceGraph: Inheritance[ShapeLabel], labelLocationMap: Option[Map[ShapeLabel, Location]]) extends AbstractSchema with Product with Serializable

Represents a schema with all the imports resolved

Source
ResolvedSchema.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResolvedSchema
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractSchema
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResolvedSchema(source: Schema, resolvedMapShapeExprs: Map[ShapeLabel, ResolvedShapeExpr], resolvedMapTripleExprs: Map[ShapeLabel, ResolvedTripleExpr], inheritanceGraph: Inheritance[ShapeLabel], 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def base: Option[IRI]
    Definition Classes
    ResolvedSchemaAbstractSchema
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def getShape(sl: ShapeLabel): Either[String, ShapeExpr]
    Definition Classes
    ResolvedSchemaAbstractSchema
  10. def getTripleExpr(sl: ShapeLabel): Either[String, TripleExpr]
    Definition Classes
    ResolvedSchemaAbstractSchema
  11. def id: IRI
    Definition Classes
    ResolvedSchemaAbstractSchema
  12. def imports: List[IRI]
    Definition Classes
    ResolvedSchemaAbstractSchema
  13. val inheritanceGraph: Inheritance[ShapeLabel]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val labelLocationMap: Option[Map[ShapeLabel, Location]]
    Definition Classes
    ResolvedSchemaAbstractSchema
  16. def labels: List[ShapeLabel]
    Definition Classes
    ResolvedSchemaAbstractSchema
  17. def maybeTripleExprMap: Map[ShapeLabel, TripleExpr]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. lazy val optTripleExprMap: Option[Map[ShapeLabel, TripleExpr]]
    Definition Classes
    ResolvedSchemaAbstractSchema
  22. lazy val prefixMap: PrefixMap
    Definition Classes
    AbstractSchema
  23. def prefixes: Option[PrefixMap]
    Definition Classes
    ResolvedSchemaAbstractSchema
  24. def qualify(label: ShapeLabel): String
    Definition Classes
    AbstractSchema
  25. def qualify(node: RDFNode): String
    Definition Classes
    AbstractSchema
  26. val resolvedMapShapeExprs: Map[ShapeLabel, ResolvedShapeExpr]
  27. val resolvedMapTripleExprs: Map[ShapeLabel, ResolvedTripleExpr]
  28. def shapes: Option[List[ShapeExpr]]
    Definition Classes
    ResolvedSchemaAbstractSchema
  29. lazy val shapesMap: Map[ShapeLabel, ShapeExpr]
    Definition Classes
    AbstractSchema
  30. val source: Schema
  31. def start: Option[ShapeExpr]
    Definition Classes
    ResolvedSchemaAbstractSchema
  32. def startActs: Option[List[SemAct]]
    Definition Classes
    ResolvedSchemaAbstractSchema
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AbstractSchema → AnyRef → Any
  35. lazy val tripleExprMap: Map[ShapeLabel, TripleExpr]
    Definition Classes
    AbstractSchema
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractSchema

Inherited from AnyRef

Inherited from Any

Ungrouped