case class ShapeTyping(t: Typing[RDFNode, ShapeType, ShExError, String]) extends Product with Serializable

Source
ShapeTyping.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapeTyping
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShapeTyping(t: Typing[RDFNode, ShapeType, ShExError, String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEvidence(node: RDFNode, shapeType: ShapeType, evidence: String): ShapeTyping
  5. def addNotEvidence(node: RDFNode, shapeType: ShapeType, err: ShExError): ShapeTyping
  6. def addType(node: RDFNode, shapeType: ShapeType): ShapeTyping
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getFailedValues(node: RDFNode): Set[ShapeType]
  12. def getMap: Map[RDFNode, Map[ShapeType, TypingResult[ShExError, String]]]
  13. def getOkValues(node: RDFNode): Set[ShapeType]
  14. def getTypingResult(node: RDFNode, label: ShapeLabel): Option[TypingResult[ShExError, String]]
  15. def hasInfoAbout(node: RDFNode, label: ShapeLabel): Boolean
  16. def hasNoType(node: RDFNode, label: ShapeLabel): Boolean
  17. def hasType(node: RDFNode, label: ShapeLabel): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def negateShapeTypesWith(cond: (ShapeType) ⇒ Boolean, err: ShExError): ShapeTyping
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def removeShapeTypesWith(cond: (ShapeType) ⇒ Boolean): ShapeTyping
  24. def showShapeTyping: String
  25. def showShort(nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): String
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val t: Typing[RDFNode, ShapeType, ShExError, String]
  28. def toShapeMap(nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): Either[String, ResultShapeMap]
  29. def toString(): String
    Definition Classes
    ShapeTyping → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped