java.lang.Object
org.apache.jena.shex.expressions.NodeConstraintComponent
org.apache.jena.shex.expressions.StrRegexConstraint
- All Implemented Interfaces:
Satisfies
,ShexPrintable
sh:pattern.
This applies to literals and URI through the use of SPARQL str().
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
nodeSatisfies
(ValidationContext vCxt, 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
-
StrRegexConstraint
-
-
Method Details
-
getPattern
-
getFlagsStr
-
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
-