java.lang.Object
org.apache.jena.shex.semact.TestSemanticActionPlugin
- All Implemented Interfaces:
Plugin
,SemanticActionPlugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
evaluateShapeExpr
(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) boolean
evaluateStart
(SemAct semAct, ShexSchema schema) boolean
evaluateTripleExpr
(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, wait
Methods inherited from interface org.apache.jena.shex.semact.SemanticActionPlugin
register
-
Constructor Details
-
TestSemanticActionPlugin
public TestSemanticActionPlugin()
-
-
Method Details
-
getUris
- Specified by:
getUris
in interfaceSemanticActionPlugin
-
getOut
-
evaluateStart
- Specified by:
evaluateStart
in interfaceSemanticActionPlugin
-
evaluateShapeExpr
public boolean evaluateShapeExpr(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) - Specified by:
evaluateShapeExpr
in interfaceSemanticActionPlugin
-
evaluateTripleExpr
public boolean evaluateTripleExpr(SemAct semAct, TripleExpression tripleExpression, Collection<org.apache.jena.graph.Triple> triples) - Specified by:
evaluateTripleExpr
in interfaceSemanticActionPlugin
-