object Spec
- Source
- Spec.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Spec
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkNodeLabelStatus: ((RDFNode, ShapeMapLabel, Status)) ⇒ Check.Check[ShapeTyping]
- def checkShapeMap(rdf: RDFReader, m: FixedShapeMap): Check.Check[ShapeTyping]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def cnvInfo(info: Info[Evidence]): shapemaps.Info
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getMatchables(arcs: Set[Arc], te: TripleExpr): Check.Check[Set[Arc]]
- def getShape(lbl: ShapeLabel): Check.Check[ShapeExpr]
- def getShapeFromShapeMapLabel(lbl: ShapeMapLabel): Check.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.Check[Boolean]
- def matches(matched: Set[Arc], te: TripleExpr): Check.Check[Boolean]
- def matchesEachOf(matched: Set[Arc], eachOf: EachOf): Check.Check[Boolean]
- def matchesExpr(matched: Set[Arc], e: Expr): Check.Check[Boolean]
- def matchesInclusion(matched: Set[Arc], i: Inclusion): Check.Check[Boolean]
- def matchesList(arcs: List[Set[Arc]], expressions: List[TripleExpr]): Check.Check[Boolean]
- def matchesOneOf(matched: Set[Arc], oneOf: OneOf): Check.Check[Boolean]
- def matchesTripleConstraint(matched: Set[Arc], tc: TripleConstraint): Check.Check[Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def neighs(n: RDFNode): Check.Check[Set[Arc]]
- def nodeSatisfies(n: RDFNode, nc: NodeConstraint): Check.Check[Boolean]
- def notSatisfies(n: RDFNode, se: ShapeExpr): Check.Check[Boolean]
- def notSatisfiesLabel(node: RDFNode, lbl: ShapeMapLabel): Check.Check[ShapeTyping]
- def notSatisfyMatchablesTCs(arcs: Set[Arc], tcs: List[TripleConstraint]): Check.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.Check[Boolean]
- def satisfies2(n: RDFNode, nc: NodeConstraint): Check.Check[Boolean]
- def satisfiesDatatype(n: RDFNode)(dt: IRI): Check.Check[Boolean]
- def satisfiesLabel(node: RDFNode, lbl: ShapeMapLabel): Check.Check[ShapeTyping]
- def satisfiesNodeKind(n: RDFNode)(nk: NodeKind): Check.Check[Boolean]
- def satisfyMatches(te: TripleExpr)(pair: (Set[Arc], Set[Arc])): Check.Check[Boolean]
- def satisfyShape(n: RDFNode, shape: Shape): Check.Check[Boolean]
- def satisfyShapeRef(n: RDFNode, lbl: ShapeLabel): Check.Check[Boolean]
- def satisfyStatus(node: RDFNode, lbl: ShapeMapLabel, status: Status): Check.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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )