Package | Description |
---|---|
casa.ontology | |
casa.ontology.owl2 | |
casa.ontology.v3 |
Modifier and Type | Method and Description |
---|---|
int |
Ontology.add(String description)
Equivalent to
add(new TypeHierarchy(description)) . |
void |
Ontology.isCompatableThrow(Ontology other)
Determines if other is a compatible description (see
#describe(TypeNode) )
to this TypeHierarchy. |
Modifier and Type | Method and Description |
---|---|
int |
OWLOntology.add(String description)
OWLOntolgy does not implement this method, and throws an
IncompatableTypeHierarchiesException . |
void |
OWLOntology.isCompatableThrow(Ontology other) |
Modifier and Type | Method and Description |
---|---|
int |
CASAOntology.add(String description)
CASAOntolgy does not implement this method, and throws an
IncompatableTypeHierarchiesException . |
void |
CASAOntology.isCompatableThrow(Ontology other) |