public abstract class OWLObjectImpl extends Object implements OWLObject, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static Set<OWLAnnotation> |
NO_ANNOTATIONS
a convenience reference for an empty annotation set, saves on typing
|
protected static OWLClass |
OWL_THING |
| Constructor and Description |
|---|
OWLObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
compareLists(List<? extends OWLObject> list1,
List<? extends OWLObject> list2) |
protected abstract int |
compareObjectOfSameType(OWLObject object) |
protected static int |
compareSets(Set<? extends OWLObject> set1,
Set<? extends OWLObject> set2) |
int |
compareTo(OWLObject o) |
boolean |
equals(Object obj) |
Set<OWLAnonymousIndividual> |
getAnonymousIndividuals() |
Set<OWLClass> |
getClassesInSignature() |
Set<OWLDataProperty> |
getDataPropertiesInSignature() |
Set<OWLDatatype> |
getDatatypesInSignature() |
Set<OWLNamedIndividual> |
getIndividualsInSignature() |
Set<OWLClassExpression> |
getNestedClassExpressions() |
Set<OWLObjectProperty> |
getObjectPropertiesInSignature() |
Set<OWLEntity> |
getSignature() |
int |
hashCode() |
boolean |
isBottomEntity() |
boolean |
isTopEntity() |
String |
toString() |
protected static final Set<OWLAnnotation> NO_ANNOTATIONS
protected static final OWLClass OWL_THING
public Set<OWLEntity> getSignature()
getSignature in interface OWLObjectpublic Set<OWLAnonymousIndividual> getAnonymousIndividuals()
getAnonymousIndividuals in interface OWLObjectpublic Set<OWLClass> getClassesInSignature()
getClassesInSignature in interface OWLObjectpublic Set<OWLDataProperty> getDataPropertiesInSignature()
getDataPropertiesInSignature in interface OWLObjectpublic Set<OWLObjectProperty> getObjectPropertiesInSignature()
getObjectPropertiesInSignature in interface OWLObjectpublic Set<OWLNamedIndividual> getIndividualsInSignature()
getIndividualsInSignature in interface OWLObjectpublic Set<OWLDatatype> getDatatypesInSignature()
getDatatypesInSignature in interface OWLObjectpublic Set<OWLClassExpression> getNestedClassExpressions()
getNestedClassExpressions in interface OWLObjectpublic final int compareTo(OWLObject o)
compareTo in interface Comparable<OWLObject>protected abstract int compareObjectOfSameType(OWLObject object)
public boolean isTopEntity()
isTopEntity in interface OWLObjectpublic boolean isBottomEntity()
isBottomEntity in interface OWLObjectprotected static int compareSets(Set<? extends OWLObject> set1, Set<? extends OWLObject> set2)
Copyright © 2013 CSIRO HRPPC. All Rights Reserved.