|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLObject
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Method Summary | ||
---|---|---|
void |
accept(OWLObjectVisitor visitor)
|
|
|
accept(OWLObjectVisitorEx<O> visitor)
|
|
java.util.Set<OWLClass> |
getClassesInSignature()
A convenience method that obtains the classes that are in the signature of this object |
|
java.util.Set<OWLDataProperty> |
getDataPropertiesInSignature()
A convenience method that obtains the data properties that are in the signature of this object |
|
java.util.Set<OWLDatatype> |
getDatatypesInSignature()
A convenience method that obtains the datatypes that are in the signature of this object |
|
java.util.Set<OWLNamedIndividual> |
getIndividualsInSignature()
A convenience method that obtains the individuals that are in the signature of this object |
|
java.util.Set<OWLObjectProperty> |
getObjectPropertiesInSignature()
A convenience method that obtains the object properties that are in the signature of this object |
|
java.util.Set<OWLEntity> |
getSignature()
Gets the signature of this object |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.util.Set<OWLEntity> getSignature()
java.util.Set<OWLClass> getClassesInSignature()
java.util.Set<OWLDataProperty> getDataPropertiesInSignature()
java.util.Set<OWLObjectProperty> getObjectPropertiesInSignature()
java.util.Set<OWLNamedIndividual> getIndividualsInSignature()
java.util.Set<OWLDatatype> getDatatypesInSignature()
void accept(OWLObjectVisitor visitor)
<O> O accept(OWLObjectVisitorEx<O> visitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |