Package org.apache.jena.shex.expressions
Class ShapeExprTripleExpr
- java.lang.Object
-
- org.apache.jena.shex.expressions.ShapeExpression
-
- org.apache.jena.shex.expressions.ShapeExprTripleExpr
-
public class ShapeExprTripleExpr extends ShapeExpression
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShapeExprTripleExpr.Builder
-
Field Summary
-
Fields inherited from class org.apache.jena.shex.expressions.ShapeExpression
nodeFmtAbbrev
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)TripleExpressiongetTripleExpr()inthashCode()static ShapeExprTripleExpr.BuildernewBuilder()voidprint(org.apache.jena.atlas.io.IndentedWriter iOut, NodeFormatter nFmt)booleansatisfies(ValidationContext vCxt, Node node)The "satisfies" function.java.lang.StringtoString()voidvisit(ShapeExprVisitor visitor)-
Methods inherited from class org.apache.jena.shex.expressions.ShapeExpression
asString
-
-
-
-
Method Detail
-
newBuilder
public static ShapeExprTripleExpr.Builder newBuilder()
-
getTripleExpr
public TripleExpression getTripleExpr()
-
satisfies
public boolean satisfies(ValidationContext vCxt, Node node)
Description copied from class:ShapeExpressionThe "satisfies" function. Return true for OK, false for not OK.- Specified by:
satisfiesin classShapeExpression
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter iOut, NodeFormatter nFmt)- Specified by:
printin classShapeExpression
-
visit
public void visit(ShapeExprVisitor visitor)
- Specified by:
visitin classShapeExpression
-
toString
public java.lang.String toString()
- Specified by:
toStringin classShapeExpression
-
hashCode
public int hashCode()
- Specified by:
hashCodein classShapeExpression
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin classShapeExpression
-
-