Package org.apache.jena.shex.expressions
Class ShapeExprNOT
- java.lang.Object
-
- org.apache.jena.shex.expressions.ShapeExpression
-
- org.apache.jena.shex.expressions.ShapeExprNOT
-
public class ShapeExprNOT extends ShapeExpression
-
-
Field Summary
-
Fields inherited from class org.apache.jena.shex.expressions.ShapeExpression
nodeFmtAbbrev
-
-
Constructor Summary
Constructors Constructor Description ShapeExprNOT(ShapeExpression shapeExpression)
-
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.ShapeExpressionsubShape()java.lang.StringtoString()voidvisit(ShapeExprVisitor visitor)-
Methods inherited from class org.apache.jena.shex.expressions.ShapeExpression
asString
-
-
-
-
Constructor Detail
-
ShapeExprNOT
public ShapeExprNOT(ShapeExpression shapeExpression)
-
-
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
-
subShape
public ShapeExpression subShape()
-
visit
public void visit(ShapeExprVisitor visitor)
- Specified by:
visitin classShapeExpression
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter out, NodeFormatter nFmt)- Specified by:
printin 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
-
-