Class SailConnectionShapeSource
java.lang.Object
org.eclipse.rdf4j.sail.shacl.wrapper.shape.SailConnectionShapeSource
- All Implemented Interfaces:
 AutoCloseable, ShapeSource
- 
Nested Class Summary
Nested classes/interfaces inherited from interface ShapeSource
ShapeSource.Predicates, ShapeSource.ShapesGraph - 
Field Summary
Fields inherited from interface ShapeSource
DASH_CONSTANTS - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Resource[]getObjects(Resource subject, ShapeSource.Predicates predicate) getRdfFirst(Resource subject) getRdfRest(Resource subject) getSubjects(ShapeSource.Predicates predicate) booleanwithContext(Resource[] context)  
- 
Constructor Details
- 
SailConnectionShapeSource
 
 - 
 - 
Method Details
- 
withContext
- Specified by:
 withContextin interfaceShapeSource
 - 
getActiveContexts
- Specified by:
 getActiveContextsin interfaceShapeSource
 - 
getAllShapeContexts
- Specified by:
 getAllShapeContextsin interfaceShapeSource
 - 
getTargetableShape
- Specified by:
 getTargetableShapein interfaceShapeSource
 - 
isType
- Specified by:
 isTypein interfaceShapeSource
 - 
getSubjects
- Specified by:
 getSubjectsin interfaceShapeSource
 - 
getObjects
- Specified by:
 getObjectsin interfaceShapeSource
 - 
getAllStatements
- Specified by:
 getAllStatementsin interfaceShapeSource
 - 
getRdfFirst
- Specified by:
 getRdfFirstin interfaceShapeSource
 - 
getRdfRest
- Specified by:
 getRdfRestin interfaceShapeSource
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceShapeSource
 
 -