|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OntologySegment
An interface for any class implementing a segment or module of an ontology.
| Method Summary | |
|---|---|
OWLOntology |
asOWLOntology(java.net.URI uri)
Returns this segment as a new ontology. |
java.util.Set<OWLAxiom> |
getAxioms()
Returns the set of axioms that this segment consists of. |
java.util.Set<OWLAxiom> |
getLogicalAxioms()
Returns the set of logical axioms in this segment. |
java.util.Set<OWLAxiom> |
getNonLogicalAxioms()
Returns the set of non-logical axioms in this segment. |
java.util.Set<OWLEntity> |
getSeedSignature()
Returns the signature (set of entities) for which this segment has been extracted. |
java.util.Set<OWLEntity> |
getSignature()
Returns the signature of this segment, i.e. the set of entities that occur in it. |
| Method Detail |
|---|
java.util.Set<OWLAxiom> getAxioms()
java.util.Set<OWLAxiom> getLogicalAxioms()
java.util.Set<OWLAxiom> getNonLogicalAxioms()
java.util.Set<OWLEntity> getSeedSignature()
java.util.Set<OWLEntity> getSignature()
OWLOntology asOWLOntology(java.net.URI uri)
throws OWLOntologyCreationException,
OWLOntologyChangeException
uri - the URI for the new ontology
OWLOntologyCreationException - if the new ontology cannot be created
OWLOntologyChangeException - if adding axioms to the new ontology fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||