|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubsumptionHierarchy
Represents a subsumption hierarcy for atomc classes in an ontology.
| Nested Class Summary | |
|---|---|
static interface |
SubsumptionHierarchy.Node
Represents a node in the subsumption hiearchy. |
| Method Summary | |
|---|---|
SubsumptionHierarchy.Node |
getNodeFor(OWLClass owlClass)
Returns the hierarchy node containing the given class. |
SubsumptionHierarchy.Node |
nothingNode()
Returns the node for the owl:Nothing class. |
SubsumptionHierarchy.Node |
thingNode()
Returns the node for the owl:Thing class. |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
SubsumptionHierarchy.Node getNodeFor(OWLClass owlClass)
owlClass - the OWL class for which the node is returned
null if the class is not in the hierarchy)SubsumptionHierarchy.Node thingNode()
SubsumptionHierarchy.Node nothingNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||