public class OWLAnnotationPropertyDomainAxiomImpl extends OWLAxiomImplWithoutEntityAndAnonCaching implements OWLAnnotationPropertyDomainAxiom
| Constructor and Description |
|---|
OWLAnnotationPropertyDomainAxiomImpl(OWLAnnotationProperty property,
IRI domain,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
void |
addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons) |
void |
addSignatureEntitiesToSet(Set<OWLEntity> entities) |
boolean |
equals(Object obj) |
OWLAnnotationPropertyDomainAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations)
Gets a copy of this axiom that is annotated with the specified
annotations.
|
AxiomType<?> |
getAxiomType()
Gets the axiom type for this axiom.
|
OWLAnnotationPropertyDomainAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without
annotations.
|
IRI |
getDomain()
Gets the IRI that represents the domain.
|
OWLAnnotationProperty |
getProperty()
Gets the annotation property that this axiom specifies a domain for.
|
boolean |
isAnnotationAxiom()
Determines if this axioms in an annotation axiom (an instance of
OWLAnnotationAxiom) |
boolean |
isLogicalAxiom()
Determines if this axiom is a logical axiom.
|
accept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getAnonymousIndividuals, getNNF, getSignature, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, hashCode, isBottomEntity, isTopEntity, toStringequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignaturepublic OWLAnnotationPropertyDomainAxiomImpl(@Nonnull OWLAnnotationProperty property, @Nonnull IRI domain, @Nonnull Collection<? extends OWLAnnotation> annotations)
property - propertydomain - domainannotations - annotations on the axiompublic 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 addedpublic OWLAnnotationPropertyDomainAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAnnotationPropertyDomainAxiomgetAxiomWithoutAnnotations in interface OWLAxiompublic OWLAnnotationPropertyDomainAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
OWLAxiomgetAnnotatedAxiom in interface OWLAxiomannotations - The annotations that will be added to existing annotations to
annotate the copy of this axiomOWLAxiom#getAnnotations() method.public IRI getDomain()
OWLAnnotationPropertyDomainAxiomgetDomain in interface HasDomain<IRI>getDomain in interface OWLAnnotationPropertyDomainAxiompublic OWLAnnotationProperty getProperty()
OWLAnnotationPropertyDomainAxiomgetProperty in interface HasProperty<OWLAnnotationProperty>getProperty in interface OWLAnnotationPropertyDomainAxiompublic AxiomType<?> getAxiomType()
OWLAxiomgetAxiomType in interface OWLAxiompublic boolean isLogicalAxiom()
OWLAxiomisLogicalAxiom in interface OWLAxiomtrue if the axiom is a logical axiom, false if
the axiom is not a logical axiom.public boolean isAnnotationAxiom()
OWLAxiomOWLAnnotationAxiom)isAnnotationAxiom in interface OWLAxiomtrue if this axiom is an instance of
OWLAnnotationAxiom, otherwise false.public void accept(OWLObjectVisitor visitor)
OWLObjectpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectpublic void accept(OWLAxiomVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public boolean equals(Object obj)
equals in class OWLAxiomImplWithoutEntityAndAnonCachingCopyright © 2016 The University of Manchester. All Rights Reserved.