public class OWLObjectInverseOfImpl extends OWLObjectPropertyExpressionImpl implements OWLObjectInverseOf
| Type | Property and Description |
|---|---|
OWLObjectProperty |
asOWLObject |
boolean |
isOWLBottomData
Gets the value of the property oWLBottomDataProperty.
|
boolean |
isOWLBottomObject
Gets the value of the property oWLBottomObjectProperty.
|
boolean |
isOWLTopData
Gets the value of the property oWLTopDataProperty.
|
boolean |
isOWLTopObject
Gets the value of the property oWLTopObjectProperty.
|
| Constructor and Description |
|---|
OWLObjectInverseOfImpl(OWLObjectPropertyExpression inverseProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
void |
accept(OWLPropertyExpressionVisitor visitor) |
<O> O |
accept(OWLPropertyExpressionVisitorEx<O> visitor) |
void |
addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons) |
void |
addSignatureEntitiesToSet(Set<OWLEntity> entities) |
OWLObjectProperty |
asOWLObjectProperty() |
boolean |
equals(Object obj) |
OWLObjectProperty |
getInverse() |
OWLObjectPropertyExpression |
getInverseProperty() |
OWLObjectProperty |
getNamedProperty() |
boolean |
isOWLBottomDataProperty()
Gets the value of the property oWLBottomDataProperty.
|
boolean |
isOWLBottomObjectProperty()
Gets the value of the property oWLBottomObjectProperty.
|
boolean |
isOWLTopDataProperty()
Gets the value of the property oWLTopDataProperty.
|
boolean |
isOWLTopObjectProperty()
Gets the value of the property oWLTopObjectProperty.
|
getSimplified, isDataPropertyExpression, isObjectPropertyExpressioncompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringgetSimplifiedisDataPropertyExpression, isObjectPropertyExpressiongetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic OWLObjectProperty asOWLObjectProperty
asOWLObjectProperty in interface OWLObjectPropertyExpressionpublic boolean isOWLTopObjectProperty
isOWLTopObjectProperty in interface OWLPropertyExpressionpublic boolean isOWLBottomObjectProperty
isOWLBottomObjectProperty in interface OWLPropertyExpressionpublic boolean isOWLTopDataProperty
isOWLTopDataProperty in interface OWLPropertyExpressionpublic boolean isOWLBottomDataProperty
isOWLBottomDataProperty in interface OWLPropertyExpressionpublic OWLObjectInverseOfImpl(@Nonnull OWLObjectPropertyExpression inverseProperty)
inverseProperty - property to invertpublic void addSignatureEntitiesToSet(Set<OWLEntity> entities)
addSignatureEntitiesToSet in interface HasIncrementalSignatureGenerationSupportentities - entity set where entities will be addedpublic void addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons)
addAnonymousIndividualsToSet in interface HasIncrementalSignatureGenerationSupportanons - anonymous individuals set where individuals will be added@Nonnull public OWLObjectPropertyExpression getInverseProperty()
getInverseProperty in interface OWLObjectPropertyExpressionpublic OWLObjectProperty getInverse()
getInverse in interface OWLObjectInverseOf@Nonnull public OWLObjectProperty getNamedProperty()
getNamedProperty in interface OWLObjectPropertyExpressionpublic boolean equals(Object obj)
equals in class OWLObjectPropertyExpressionImplpublic void accept(@Nonnull OWLPropertyExpressionVisitor visitor)
accept in interface OWLPropertyExpressionpublic void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLPropertyExpressionVisitorEx<O> visitor)
accept in interface OWLPropertyExpressionpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
public OWLObjectProperty asOWLObjectProperty()
asOWLObjectProperty in interface OWLObjectPropertyExpressionpublic boolean isOWLTopObjectProperty()
isOWLTopObjectProperty in interface OWLPropertyExpressionpublic boolean isOWLBottomObjectProperty()
isOWLBottomObjectProperty in interface OWLPropertyExpressionpublic boolean isOWLTopDataProperty()
isOWLTopDataProperty in interface OWLPropertyExpressionpublic boolean isOWLBottomDataProperty()
isOWLBottomDataProperty in interface OWLPropertyExpressionCopyright © 2020 The University of Manchester. All rights reserved.