- java.lang.Object
-
- org.apache.jena.shex.expressions.ShapeExpression
-
- org.apache.jena.shex.expressions.ShapeExprRef
-
public class ShapeExprRef extends ShapeExpression
Shape expression that redirects.
-
-
Field Summary
-
Fields inherited from class org.apache.jena.shex.expressions.ShapeExpression
nodeFmtAbbrev
-
-
Constructor Summary
Constructors Constructor Description ShapeExprRef(Node ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()voidprint(org.apache.jena.atlas.io.IndentedWriter out, NodeFormatter nFmt)booleansatisfies(ValidationContext vCxt, Node data)The "satisfies" function.java.lang.StringtoString()voidvisit(ShapeExprVisitor visitor)-
Methods inherited from class org.apache.jena.shex.expressions.ShapeExpression
asString
-
-
-
-
Constructor Detail
-
ShapeExprRef
public ShapeExprRef(Node ref)
-
-
Method Detail
-
satisfies
public boolean satisfies(ValidationContext vCxt, Node data)
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 out, 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
-
-