java.lang.Object
org.apache.jena.shex.semact.TestSemanticActionPlugin
- All Implemented Interfaces:
Plugin,SemanticActionPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluateShapeExpr(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) booleanevaluateStart(SemAct semAct, ShexSchema schema) booleanevaluateTripleExpr(SemAct semAct, TripleExpression tripleExpression, Collection<org.apache.jena.graph.Triple> triples) getOut()getUris()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.shex.semact.SemanticActionPlugin
register
-
Constructor Details
-
TestSemanticActionPlugin
public TestSemanticActionPlugin()
-
-
Method Details
-
getUris
- Specified by:
getUrisin interfaceSemanticActionPlugin
-
getOut
-
evaluateStart
- Specified by:
evaluateStartin interfaceSemanticActionPlugin
-
evaluateShapeExpr
public boolean evaluateShapeExpr(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) - Specified by:
evaluateShapeExprin interfaceSemanticActionPlugin
-
evaluateTripleExpr
public boolean evaluateTripleExpr(SemAct semAct, TripleExpression tripleExpression, Collection<org.apache.jena.graph.Triple> triples) - Specified by:
evaluateTripleExprin interfaceSemanticActionPlugin
-