Package org.eclipse.rdf4j.sail.shacl.ast
Class ContextWithShape
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.ContextWithShape
-
public class ContextWithShape extends Object
-
-
Constructor Summary
Constructors Constructor Description ContextWithShape(org.eclipse.rdf4j.model.Resource[] dataGraph, org.eclipse.rdf4j.model.Resource[] shapeGraph, Shape shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.eclipse.rdf4j.model.Resource[]getDataGraph()ShapegetShape()org.eclipse.rdf4j.model.Resource[]getShapeGraph()inthashCode()booleanhasShape()voidtoModel(org.eclipse.rdf4j.model.Model model, Set<org.eclipse.rdf4j.model.Resource> cycleDetection)
-
-
-
Constructor Detail
-
ContextWithShape
public ContextWithShape(org.eclipse.rdf4j.model.Resource[] dataGraph, org.eclipse.rdf4j.model.Resource[] shapeGraph, Shape shape)
-
-
Method Detail
-
getShapeGraph
public org.eclipse.rdf4j.model.Resource[] getShapeGraph()
-
getShape
public Shape getShape()
-
hasShape
public boolean hasShape()
-
getDataGraph
public org.eclipse.rdf4j.model.Resource[] getDataGraph()
-
toModel
public void toModel(org.eclipse.rdf4j.model.Model model, Set<org.eclipse.rdf4j.model.Resource> cycleDetection)
-
-