public class OWLHasKeyAxiomImpl extends OWLLogicalAxiomImplWithoutEntityAndAnonCaching implements OWLHasKeyAxiom
| Constructor and Description |
|---|
OWLHasKeyAxiomImpl(OWLClassExpression expression,
Set<? extends OWLPropertyExpression> propertyExpressions,
Collection<? 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) |
void |
addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons) |
void |
addSignatureEntitiesToSet(Set<OWLEntity> entities) |
boolean |
equals(Object obj) |
OWLHasKeyAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLHasKeyAxiom |
getAxiomWithoutAnnotations() |
OWLClassExpression |
getClassExpression() |
Set<OWLDataPropertyExpression> |
getDataPropertyExpressions() |
Set<OWLObjectPropertyExpression> |
getObjectPropertyExpressions() |
Set<OWLPropertyExpression> |
getPropertyExpressions() |
isAnnotationAxiom, isLogicalAxiomaccept, 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, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic OWLHasKeyAxiomImpl(@Nonnull OWLClassExpression expression, @Nonnull Set<? extends OWLPropertyExpression> propertyExpressions, @Nonnull Collection<? extends OWLAnnotation> annotations)
expression - class expressionpropertyExpressions - propertiesannotations - 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 OWLHasKeyAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLHasKeyAxiompublic OWLHasKeyAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiompublic OWLClassExpression getClassExpression()
getClassExpression in interface OWLHasKeyAxiompublic Set<OWLPropertyExpression> getPropertyExpressions()
getPropertyExpressions in interface OWLHasKeyAxiompublic Set<OWLDataPropertyExpression> getDataPropertyExpressions()
getDataPropertyExpressions in interface OWLHasKeyAxiompublic Set<OWLObjectPropertyExpression> getObjectPropertyExpressions()
getObjectPropertyExpressions in interface OWLHasKeyAxiompublic void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public void accept(OWLAxiomVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public boolean equals(Object obj)
equals in class OWLAxiomImplWithoutEntityAndAnonCachingCopyright © 2020 The University of Manchester. All rights reserved.