ShapeTyping

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

Value members

Concrete methods

def addEvidence(node: RDFNode, shapeType: ShapeType, evidence: String): ShapeTyping
def addNotEvidence(node: RDFNode, shapeType: ShapeType, err: ShExError): ShapeTyping
def addType(node: RDFNode, shapeType: ShapeType): ShapeTyping
def hasNoType(node: RDFNode, label: ShapeLabel): Boolean
def hasType(node: RDFNode, label: ShapeLabel): Boolean
def showShort(nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): String
def toShapeMap(nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): Either[String, ResultShapeMap]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

Inherited from:
Product