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 TypeMethodDescriptionbooleaninthashCode()nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node n) The function "nodeSatisfies" == satisfies2(n, nc)toString()voidvisit(NodeConstraintVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.NodeConstraintComponent
print, satisfiesMethods inherited from interface org.apache.jena.shex.expressions.ShexPrintable
asString, print
-
Constructor Details
-
StrRegexConstraint
-
-
Method Details
-
getPattern
-
getFlagsStr
-
nodeSatisfies
Description copied from class:NodeConstraintComponentThe function "nodeSatisfies" == satisfies2(n, nc)- Specified by:
nodeSatisfiesin classNodeConstraintComponent
-
visit
- Specified by:
visitin classNodeConstraintComponent
-
toString
- Specified by:
toStringin classNodeConstraintComponent
-
hashCode
public int hashCode()- Specified by:
hashCodein classNodeConstraintComponent
-
equals
- Specified by:
equalsin classNodeConstraintComponent
-