java.lang.Object
org.apache.jena.shex.expressions.NodeConstraintComponent
org.apache.jena.shex.expressions.StrLengthConstraint
- All Implemented Interfaces:
Satisfies,ShexPrintable
-
Method Summary
Modifier and TypeMethodDescriptionstatic StrLengthConstraintcreate(StrLengthKind lengthType, int len) booleanintinthashCode()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
-
Method Details
-
create
-
getLengthType
-
getLength
public int getLength() -
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
-