java.lang.Object
org.apache.jena.shex.expressions.NodeConstraintComponent
org.apache.jena.shex.expressions.DatatypeConstraint
- All Implemented Interfaces:
Satisfies
,ShexPrintable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
org.apache.jena.datatypes.RDFDatatype
int
hashCode()
nodeSatisfies
(ValidationContext vCxt, org.apache.jena.graph.Node n) The function "nodeSatisfies" == satisfies2(n, nc)void
print
(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.riot.out.NodeFormatter nFmt) toString()
void
visit
(NodeConstraintVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.NodeConstraintComponent
satisfies
Methods inherited from interface org.apache.jena.shex.expressions.ShexPrintable
asString, print
-
Constructor Details
-
DatatypeConstraint
public DatatypeConstraint(org.apache.jena.graph.Node dt) -
DatatypeConstraint
-
-
Method Details
-
getDatatypeURI
-
getRDFDatatype
public org.apache.jena.datatypes.RDFDatatype getRDFDatatype() -
nodeSatisfies
Description copied from class:NodeConstraintComponent
The function "nodeSatisfies" == satisfies2(n, nc)- Specified by:
nodeSatisfies
in classNodeConstraintComponent
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.riot.out.NodeFormatter nFmt) - Specified by:
print
in interfaceShexPrintable
- Overrides:
print
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
-