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