public interface ShapeManager
| Modifier and Type | Method and Description |
|---|---|
void |
addShape(Shape shape)
Add a Shape to this manager.
|
Shape |
getShapeById(org.openrdf.model.URI shapeId) |
List<Shape> |
getShapesByScopeClass(org.openrdf.model.URI scopeClass)
Get the list of shapes that have a given scope class.
|
List<Shape> |
listShapes()
Get the list of all shapes known to this ShapeManager.
|
Shape getShapeById(org.openrdf.model.URI shapeId)
List<Shape> listShapes()
List<Shape> getShapesByScopeClass(org.openrdf.model.URI scopeClass)
scopeClass - The Class of interestvoid addShape(Shape shape) throws UnnamedResourceException
shape - The shape being added.UnnamedResourceException - If the shape is identified by a BNode.Copyright © 2016. All rights reserved.