public interface ClassManager
| 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.
|
void addLogicalShape(Shape shape)
Shape getLogicalShape(org.openrdf.model.Resource owlClass)
owlClass - The owl:Class whose logical Shape is requestedCollection<Shape> list()
Copyright © 2016. All rights reserved.