public class MemoryClassManager extends Object implements ClassManager
| Constructor and Description |
|---|
MemoryClassManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogicalShape(Shape shape) |
Shape |
getLogicalShape(org.openrdf.model.Resource owlClass)
Get the logical Shape for a specified owl:Class.
|
Collection<Shape> |
list()
Get the collection of all known logical Shapes.
|
public Shape getLogicalShape(org.openrdf.model.Resource owlClass)
ClassManagergetLogicalShape in interface ClassManagerowlClass - The owl:Class whose logical Shape is requestedpublic Collection<Shape> list()
ClassManagerlist in interface ClassManagerpublic void addLogicalShape(Shape shape)
addLogicalShape in interface ClassManagerCopyright © 2016. All rights reserved.