public class OWLObjectPropertyRangeAxiomImpl extends OWLPropertyRangeAxiomImpl<OWLObjectPropertyExpression,OWLClassExpression> implements OWLObjectPropertyRangeAxiom
| Constructor and Description |
|---|
OWLObjectPropertyRangeAxiomImpl(OWLObjectPropertyExpression property,
OWLClassExpression range,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
OWLSubClassOfAxiom |
asOWLSubClassOfAxiom() |
boolean |
equals(Object obj) |
OWLObjectPropertyRangeAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLObjectPropertyRangeAxiom |
getAxiomWithoutAnnotations() |
getRangegetPropertyisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringgetRangegetPropertyequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic OWLObjectPropertyRangeAxiomImpl(@Nonnull OWLObjectPropertyExpression property, @Nonnull OWLClassExpression range, @Nonnull Set<? extends OWLAnnotation> annotations)
property - propertyrange - rangeannotations - annotationspublic boolean equals(Object obj)
equals in class OWLPropertyRangeAxiomImpl<OWLObjectPropertyExpression,OWLClassExpression>@Nonnull public OWLObjectPropertyRangeAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLObjectPropertyRangeAxiompublic OWLObjectPropertyRangeAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic void accept(OWLAxiomVisitor visitor)
public void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiompublic OWLSubClassOfAxiom asOWLSubClassOfAxiom()
asOWLSubClassOfAxiom in interface OWLSubClassOfAxiomShortCutCopyright © 2020 The University of Manchester. All rights reserved.