Package org.topbraid.shacl.rules
Class AbstractRule
- java.lang.Object
-
- org.topbraid.shacl.rules.AbstractRule
-
- All Implemented Interfaces:
Rule
- Direct Known Subclasses:
SPARQLRule
public abstract class AbstractRule extends Object implements Rule
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractRule(org.apache.jena.rdf.model.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.graph.NodegetContextNode()StringgetLabelStart(String type)NumbergetOrder()org.apache.jena.rdf.model.ResourcegetResource()
-
-
-
Method Detail
-
getContextNode
public org.apache.jena.graph.Node getContextNode()
- Specified by:
getContextNodein interfaceRule
-
getResource
public org.apache.jena.rdf.model.Resource getResource()
-
-