ResolvedSchema

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

Represents a schema with all the imports resolved

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes
Definition Classes
def id: IRI
override def labels: List[ShapeLabel]
Definition Classes
override def shapes: Option[List[ShapeExpr]]
Definition Classes

Inherited methods

Inherited from:
Product
Inherited from:
AbstractSchema
def qualify(node: RDFNode): String
Inherited from:
AbstractSchema
override def toString: String
Definition Classes
Inherited from:
AbstractSchema

Concrete fields

Inherited fields

Inherited from:
AbstractSchema
Inherited from:
AbstractSchema