WShapeOr

case class WShapeOr(id: Option[ShapeLabel], exprs: List[WShapeExpr]) extends WShapeExpr
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def withLabel(label: ShapeLabel): WShapeExpr
Definition Classes

Inherited methods

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

Implicits

Inherited implicits

Inherited from:
WShapeExpr