java.lang.Object
org.apache.jena.shex.expressions.ShapeExpression
org.apache.jena.shex.expressions.NodeConstraint
org.apache.jena.shex.expressions.StrLengthConstraint
-
Field Summary
Fields inherited from class org.apache.jena.shex.expressions.ShapeExpression
nodeFmtAbbrev -
Method Summary
Modifier and TypeMethodDescriptionstatic StrLengthConstraintcreate(StrLengthKind lengthType, int len) booleanintinthashCode()nodeSatisfies(ValidationContext vCxt, Node n) The function "nodeSatisfies" == satisfies2(n, nc)toString()voidvisit(ShapeExprVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.NodeConstraint
print, satisfiesMethods inherited from class org.apache.jena.shex.expressions.ShapeExpression
asString
-
Method Details
-
create
-
getLengthType
-
getLength
public int getLength() -
nodeSatisfies
Description copied from class:NodeConstraintThe function "nodeSatisfies" == satisfies2(n, nc)- Specified by:
nodeSatisfiesin classNodeConstraint
-
visit
- Specified by:
visitin classShapeExpression
-
toString
- Specified by:
toStringin classNodeConstraint
-
hashCode
public int hashCode()- Specified by:
hashCodein classNodeConstraint
-
equals
- Specified by:
equalsin classNodeConstraint
-