- java.lang.Object
-
- org.apache.jena.shex.expressions.ShapeExpression
-
- org.apache.jena.shex.expressions.ShapeExprTrue
-
public class ShapeExprTrue extends ShapeExpression
A shape expression that is always true. For example "{ . }"
-
-
Field Summary
-
Fields inherited from class org.apache.jena.shex.expressions.ShapeExpression
nodeFmtAbbrev
-
-
Constructor Summary
Constructors Constructor Description ShapeExprTrue()
-
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
-
-
-
-
Method Detail
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter out, NodeFormatter nFmt)- Specified by:
printin classShapeExpression
-
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
-
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
-
-