public interface OWLObject extends Comparable<OWLObject>, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
Set<OWLAnonymousIndividual> |
getAnonymousIndividuals()
Gets the anonymous individuals occurring in this object, as collected by
an OWLEntityCollector.
|
Set<OWLClass> |
getClassesInSignature()
A convenience method that obtains the classes that are in the signature
of this object
|
Set<OWLDataProperty> |
getDataPropertiesInSignature()
A convenience method that obtains the data properties that are in the
signature of this object
|
Set<OWLDatatype> |
getDatatypesInSignature()
A convenience method that obtains the datatypes that are in the signature
of this object
|
Set<OWLNamedIndividual> |
getIndividualsInSignature()
A convenience method that obtains the individuals that are in the
signature of this object
|
Set<OWLClassExpression> |
getNestedClassExpressions()
Gets all of the nested (includes top level) class expressions that are
used in this object
|
Set<OWLObjectProperty> |
getObjectPropertiesInSignature()
A convenience method that obtains the object properties that are in the
signature of this object
|
Set<OWLEntity> |
getSignature()
Gets the signature of this object
|
boolean |
isBottomEntity()
Determines if this object is either, owl:Nothing (the bottom class),
owl:bottomObjectProperty (the bottom object property) ,
owl:bottomDataProperty (the bottom data property).
|
boolean |
isTopEntity()
Determines if this object is either, owl:Thing (the top class),
owl:topObjectProperty (the top object property) , owl:topDataProperty
(the top data property) or rdfs:Literal (the top datatype).
|
compareToSet<OWLEntity> getSignature()
Set<OWLAnonymousIndividual> getAnonymousIndividuals()
Set<OWLClass> getClassesInSignature()
Set<OWLDataProperty> getDataPropertiesInSignature()
Set<OWLObjectProperty> getObjectPropertiesInSignature()
Set<OWLNamedIndividual> getIndividualsInSignature()
Set<OWLDatatype> getDatatypesInSignature()
Set<OWLClassExpression> getNestedClassExpressions()
OWLClassExpressions
that represent the nested class expressions used in this object.void accept(OWLObjectVisitor visitor)
visitor - The visitor<O> O accept(OWLObjectVisitorEx<O> visitor)
O - visitor return typevisitor - The visitorboolean isTopEntity()
true if this object corresponds to one of the above
entities.boolean isBottomEntity()
true if this object corresponds to one of the above
entities.Copyright © 2014 The University of Manchester. All Rights Reserved.