java.lang.Object
org.apache.jena.shex.eval.ShapeEval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
debug
(boolean debug) static boolean
matchesShapeExpr
(ValidationContext vCxt, ShapeExpression shapeExpr, org.apache.jena.graph.Node node) static boolean
matchesTripleExpr
(ValidationContext vCxt, TripleExpression tripleExpr, org.apache.jena.graph.Node node, Set<org.apache.jena.graph.Node> extras, boolean closed)
-
Constructor Details
-
ShapeEval
public ShapeEval()
-
-
Method Details
-
debug
public static void debug(boolean debug) -
matchesShapeExpr
public static boolean matchesShapeExpr(ValidationContext vCxt, ShapeExpression shapeExpr, org.apache.jena.graph.Node node) -
matchesTripleExpr
public static boolean matchesTripleExpr(ValidationContext vCxt, TripleExpression tripleExpr, org.apache.jena.graph.Node node, Set<org.apache.jena.graph.Node> extras, boolean closed)
-