java.lang.Object
org.apache.jena.shex.expressions.NodeConstraintComponent
org.apache.jena.shex.expressions.NumLengthConstraint
- All Implemented Interfaces:
Satisfies
,ShexPrintable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
nodeSatisfies
(ValidationContext vCxt, org.apache.jena.graph.Node n) The function "nodeSatisfies" == satisfies2(n, nc)toString()
void
visit
(NodeConstraintVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.NodeConstraintComponent
print, satisfies
Methods inherited from interface org.apache.jena.shex.expressions.ShexPrintable
asString, print
-
Constructor Details
-
NumLengthConstraint
-
-
Method Details
-
getLengthType
-
getLength
public int getLength() -
nodeSatisfies
Description copied from class:NodeConstraintComponent
The function "nodeSatisfies" == satisfies2(n, nc)- Specified by:
nodeSatisfies
in classNodeConstraintComponent
-
visit
- Specified by:
visit
in classNodeConstraintComponent
-
toString
- Specified by:
toString
in classNodeConstraintComponent
-
hashCode
public int hashCode()- Specified by:
hashCode
in classNodeConstraintComponent
-
equals
- Specified by:
equals
in classNodeConstraintComponent
-