case class ShapeTyping(t: Typing[RDFNode, ShapeType, ShExError, String]) extends Product with Serializable
- Source
- ShapeTyping.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShapeTyping
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFailedValues(node: RDFNode): Set[ShapeType]
- def getMap: Map[RDFNode, Map[ShapeType, TypingResult[ShExError, String]]]
- def getOkValues(node: RDFNode): Set[ShapeType]
- def getTypingResult(node: RDFNode, label: ShapeLabel): Option[TypingResult[ShExError, String]]
- def hasInfoAbout(node: RDFNode, label: ShapeLabel): Boolean
- def hasNoType(node: RDFNode, label: ShapeLabel): Boolean
- def hasType(node: RDFNode, label: ShapeLabel): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negateShapeTypesWith(cond: (ShapeType) ⇒ Boolean, err: ShExError): ShapeTyping
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def removeShapeTypesWith(cond: (ShapeType) ⇒ Boolean): ShapeTyping
- def showShapeTyping: String
- def showShort(nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val t: Typing[RDFNode, ShapeType, ShExError, String]
- def toShapeMap(nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): Either[String, ResultShapeMap]
-
def
toString(): String
- Definition Classes
- ShapeTyping → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )