|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLAxiom
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
An OWL ontology contains a set of axioms. These axioms can be annotation axioms,
declaration axioms, imports axioms or logical axioms
Method Summary | ||
---|---|---|
void |
accept(OWLAxiomVisitor visitor)
|
|
|
accept(OWLAxiomVisitorEx<O> visitor)
|
|
java.util.Set<OWLAxiomAnnotationAxiom> |
getAnnotationAxioms(OWLOntology ontology)
Gets the annotation axioms that annotate this axiom and belong to the specified ontology |
|
AxiomType |
getAxiomType()
Gets the axiom type for this axiom. |
|
java.util.Set<OWLEntity> |
getReferencedEntities()
A convenience method that obtains the entities that this axiom references. |
|
boolean |
isLogicalAxiom()
Determines if this axiom is a logical axiom. |
Methods inherited from interface org.semanticweb.owl.model.OWLObject |
---|
accept, accept |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void accept(OWLAxiomVisitor visitor)
<O> O accept(OWLAxiomVisitorEx<O> visitor)
boolean isLogicalAxiom()
true
if the axiom is a logical axiom, false
if the axiom is not a logical axiom.java.util.Set<OWLAxiomAnnotationAxiom> getAnnotationAxioms(OWLOntology ontology)
ontology
- The ontology that will be examined for annotation axioms.java.util.Set<OWLEntity> getReferencedEntities()
OWLEntity
objects.AxiomType getAxiomType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |