P - property typepublic abstract class OWLPropertyDomainAxiomImpl<P extends OWLPropertyExpression> extends OWLUnaryPropertyAxiomImpl<P> implements OWLPropertyDomainAxiom<P>
| Constructor and Description |
|---|
OWLPropertyDomainAxiomImpl(P property,
OWLClassExpression domain,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OWLClassExpression |
getDomain()
Gets the domain specified by this property axiom.
|
getPropertyisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringgetPropertyaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypeaccept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureasOWLSubClassOfAxiompublic OWLPropertyDomainAxiomImpl(@Nonnull P property, @Nonnull OWLClassExpression domain, @Nonnull Set<? extends OWLAnnotation> annotations)
property - propertydomain - domainannotations - annotationspublic OWLClassExpression getDomain()
OWLPropertyDomainAxiomgetDomain in interface HasDomain<OWLClassExpression>getDomain in interface OWLPropertyDomainAxiom<P extends OWLPropertyExpression>public boolean equals(Object obj)
equals in class OWLUnaryPropertyAxiomImpl<P extends OWLPropertyExpression>Copyright © 2016 The University of Manchester. All Rights Reserved.