java.lang.Object
org.apache.jena.shex.expressions.ShapeExpression
org.apache.jena.shex.expressions.ShapeExprTripleExpr
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.jena.shex.expressions.ShapeExpression
nodeFmtAbbrev -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static ShapeExprTripleExpr.Buildervoidprint(org.apache.jena.atlas.io.IndentedWriter iOut, NodeFormatter nFmt) booleansatisfies(ValidationContext vCxt, Node node) The "satisfies" function.toString()voidvisit(ShapeExprVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.ShapeExpression
asString
-
Method Details
-
newBuilder
-
getTripleExpr
-
satisfies
Description copied from class:ShapeExpressionThe "satisfies" function. Return true for OK, false for not OK.- Specified by:
satisfiesin classShapeExpression
-
print
- Specified by:
printin classShapeExpression
-
visit
- Specified by:
visitin classShapeExpression
-
toString
- Specified by:
toStringin classShapeExpression
-
hashCode
public int hashCode()- Specified by:
hashCodein classShapeExpression
-
equals
- Specified by:
equalsin classShapeExpression
-