object Spec
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Spec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkNodeLabelStatus: ((RDFNode, ShapeMapLabel, Status)) => Check[ShapeTyping]
- def checkShapeMap(rdf: RDFReader, m: FixedShapeMap): Check[ShapeTyping]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cnvInfo(info: Info[Evidence]): shapemaps.Info
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getMatchables(arcs: Set[Arc], te: TripleExpr): Check[Set[Arc]]
- def getShape(lbl: ShapeLabel): Check[ShapeExpr]
- def getShapeFromShapeMapLabel(lbl: ShapeMapLabel): Check[ShapeExpr]
- def getTripleConstraints(te: TripleExpr): List[TripleConstraint]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logInfo(str: String, incr: Int): Unit
- def matchTripleConstraint(arc: Arc, tc: TripleConstraint): Check[Boolean]
- def matches(matched: Set[Arc], te: TripleExpr): Check[Boolean]
- def matchesEachOf(matched: Set[Arc], eachOf: EachOf): Check[Boolean]
- def matchesExpr(matched: Set[Arc], e: Expr): Check[Boolean]
- def matchesInclusion(matched: Set[Arc], i: Inclusion): Check[Boolean]
- def matchesList(arcs: List[Set[Arc]], expressions: List[TripleExpr]): Check[Boolean]
- def matchesOneOf(matched: Set[Arc], oneOf: OneOf): Check[Boolean]
- def matchesTripleConstraint(matched: Set[Arc], tc: TripleConstraint): Check[Boolean]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def neighs(n: RDFNode): Check[Set[Arc]]
- def nodeSatisfies(n: RDFNode, nc: NodeConstraint): Check[Boolean]
- def notSatisfies(n: RDFNode, se: ShapeExpr): Check[Boolean]
- def notSatisfiesLabel(node: RDFNode, lbl: ShapeMapLabel): Check[ShapeTyping]
- def notSatisfyMatchablesTCs(arcs: Set[Arc], tcs: List[TripleConstraint]): Check[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def satisfies(n: RDFNode, se: ShapeExpr): Check[Boolean]
- def satisfies2(n: RDFNode, nc: NodeConstraint): Check[Boolean]
- def satisfiesDatatype(n: RDFNode)(dt: IRI): Check[Boolean]
- def satisfiesLabel(node: RDFNode, lbl: ShapeMapLabel): Check[ShapeTyping]
- def satisfiesNodeKind(n: RDFNode)(nk: NodeKind): Check[Boolean]
- def satisfyMatches(te: TripleExpr)(pair: (Set[Arc], Set[Arc])): Check[Boolean]
- def satisfyShape(n: RDFNode, shape: Shape): Check[Boolean]
- def satisfyShapeRef(n: RDFNode, lbl: ShapeLabel): Check[Boolean]
- def satisfyStatus(node: RDFNode, lbl: ShapeMapLabel, status: Status): Check[Boolean]
- def shapeTyping2ResultShapeMap(typing: ShapeTyping, nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): ResultShapeMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])