Package org.topbraid.shacl.expr
Interface NodeExpressionContext
-
- All Known Implementing Classes:
AbstractEngine,RuleEngine,ValidationEngine
public interface NodeExpressionContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.jena.query.DatasetgetDataset()ShapesGraphgetShapesGraph()URIgetShapesGraphURI()
-
-
-
Method Detail
-
getDataset
org.apache.jena.query.Dataset getDataset()
-
getShapesGraph
ShapesGraph getShapesGraph()
-
getShapesGraphURI
URI getShapesGraphURI()
-
-