java.lang.Object
org.apache.jena.shex.expressions.NodeConstraintComponent
org.apache.jena.shex.expressions.NumRangeConstraint
- All Implemented Interfaces:
Satisfies,ShexPrintable
-
Constructor Summary
ConstructorsConstructorDescriptionNumRangeConstraint(NumRangeKind rangeKind, org.apache.jena.graph.Node value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.jena.sparql.expr.NodeValueorg.apache.jena.graph.NodegetValue()inthashCode()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
-
NumRangeConstraint
-
-
Method Details
-
getRangeKind
-
getValue
public org.apache.jena.graph.Node getValue() -
getNumericValue
public org.apache.jena.sparql.expr.NodeValue getNumericValue() -
nodeSatisfies
Description copied from class:NodeConstraintComponentThe function "nodeSatisfies" == satisfies2(n, nc)- Specified by:
nodeSatisfiesin classNodeConstraintComponent
-
visit
- Specified by:
visitin classNodeConstraintComponent
-
hashCode
public int hashCode()- Specified by:
hashCodein classNodeConstraintComponent
-
equals
- Specified by:
equalsin classNodeConstraintComponent
-
toString
- Specified by:
toStringin classNodeConstraintComponent
-