java.lang.Object
org.apache.jena.shex.expressions.ShapeExpression
org.apache.jena.shex.expressions.NodeConstraint
- Direct Known Subclasses:
DatatypeConstraint,NodeKindConstraint,NumLengthConstraint,NumRangeConstraint,StrLengthConstraint,StrRegexConstraint,ValueConstraint
-
Field Summary
Fields inherited from class org.apache.jena.shex.expressions.ShapeExpression
nodeFmtAbbrev -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanabstract inthashCode()abstract ReportItemnodeSatisfies(ValidationContext vCxt, Node data) The function "nodeSatisfies" == satisfies2(n, nc)voidprint(org.apache.jena.atlas.io.IndentedWriter out, NodeFormatter nFmt) booleansatisfies(ValidationContext vCxt, Node data) The "satisfies" function.abstract StringtoString()Methods inherited from class org.apache.jena.shex.expressions.ShapeExpression
asString, visit
-
Method Details
-
satisfies
Description copied from class:ShapeExpressionThe "satisfies" function. Return true for OK, false for not OK.- Specified by:
satisfiesin classShapeExpression
-
nodeSatisfies
The function "nodeSatisfies" == satisfies2(n, nc) -
print
- Specified by:
printin classShapeExpression
-
hashCode
public abstract int hashCode()- Specified by:
hashCodein classShapeExpression
-
equals
- Specified by:
equalsin classShapeExpression
-
toString
- Specified by:
toStringin classShapeExpression
-