Package org.apache.jena.shex.eval
Class ShapeEval
- java.lang.Object
-
- org.apache.jena.shex.eval.ShapeEval
-
public class ShapeEval extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShapeEval()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(boolean debug)static booleanmatchesShapeExpr(ValidationContext vCxt, ShapeExpression shapeExpr, Node node)static booleanmatchesTripleExpr(ValidationContext vCxt, TripleExpression tripleExpr, Node node, java.util.Set<Node> extras, boolean closed)
-
-
-
Method Detail
-
debug
public static void debug(boolean debug)
-
matchesShapeExpr
public static boolean matchesShapeExpr(ValidationContext vCxt, ShapeExpression shapeExpr, Node node)
-
matchesTripleExpr
public static boolean matchesTripleExpr(ValidationContext vCxt, TripleExpression tripleExpr, Node node, java.util.Set<Node> extras, boolean closed)
-
-