NodeConstraint

sealed abstract
class ShapeExpr
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Abstract methods

def matchLocal(value: Value): Either[Reason, Unit]

Concrete methods

def matchLocalCoded(value: Value): Either[ReasonCode, Unit]

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
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 productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
Inherited from
ShapeExpr
Inherited from
ShapeExpr

Inherited fields

lazy
Inherited from
ShapeExpr

Implicits

Inherited implicits

implicit
Inherited from
ShapeExpr