Shape

case
class Shape(id: Option[ShapeLabel], closed: Boolean, extra: List[PropertyId], expression: Option[TripleExpr]) extends ShapeExpr
class ShapeExpr
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def checkLocal(entity: Entity, fromLabel: ShapeLabel, schema: Schema): Either[Reason, Set[ShapeLabel]]
Inherited from
ShapeExpr
def checkLocalCoded(entity: Entity, fromLabel: ShapeLabel, schema: Schema): Either[ReasonCode, Set[ShapeLabel]]
Inherited from
ShapeExpr
def checkNeighs(bag: Bag[(PropertyId, ShapeLabel)], failed: Set[(PropertyId, ShapeLabel)], schema: Schema): Either[Reason, Unit]
Inherited from
ShapeExpr
def checkNeighsCoded(bag: Bag[(PropertyId, ShapeLabel)], failed: Set[(PropertyId, ShapeLabel)], schema: Schema): Either[ReasonCode, Unit]
Inherited from
ShapeExpr
def dependsOn(): Set[ShapeLabel]
Inherited from
ShapeExpr
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
Inherited from
ShapeExpr
Inherited from
ShapeExpr

Inherited fields

lazy
Inherited from
ShapeExpr

Implicits

Inherited implicits

implicit
Inherited from
ShapeExpr