java.lang.Object
org.apache.jena.shex.expressions.ShapeExpression
- Direct Known Subclasses:
NodeConstraint,ShapeExprAND,ShapeExprExternal,ShapeExprFalse,ShapeExprNone,ShapeExprNOT,ShapeExprOR,ShapeExprRef,ShapeExprTripleExpr,ShapeExprTrue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()abstract booleanabstract inthashCode()abstract voidprint(org.apache.jena.atlas.io.IndentedWriter out, NodeFormatter nFmt) abstract booleansatisfies(ValidationContext vCxt, Node data) The "satisfies" function.abstract StringtoString()abstract voidvisit(ShapeExprVisitor visitor)
-
Field Details
-
nodeFmtAbbrev
-
-
Constructor Details
-
ShapeExpression
public ShapeExpression()
-
-
Method Details