public class OWLHasKeyAxiomImpl extends OWLLogicalAxiomImpl implements OWLHasKeyAxiom
NO_ANNOTATIONS, OWL_THING| 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)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
OWLHasKeyAxiom |
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.
|
OWLHasKeyAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without
annotations.
|
OWLClassExpression |
getClassExpression()
Gets the class expression, instances of which, this axiom acts as the key
for
|
Set<OWLDataPropertyExpression> |
getDataPropertyExpressions()
Gets the set of data property expressions that make up the key.
|
Set<OWLObjectPropertyExpression> |
getObjectPropertyExpressions()
Gets the set of object property expressions that make up the key.
|
Set<OWLPropertyExpression<?,?>> |
getPropertyExpressions()
Gets the set of property expressions that form the key
|
boolean |
isLogicalAxiom()
Determines if this axiom is a logical axiom.
|
isAnnotationAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfType, mergeAnnoscompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isOfType, isOfTypegetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLHasKeyAxiomImpl(OWLClassExpression expression, Set<? extends OWLPropertyExpression<?,?>> propertyExpressions, Collection<? extends OWLAnnotation> annotations)
expression - class expressionpropertyExpressions - propertiesannotations - annotations on the axiompublic OWLHasKeyAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLHasKeyAxiompublic OWLHasKeyAxiom 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 AxiomType<?> getAxiomType()
OWLAxiomgetAxiomType in interface OWLAxiompublic boolean isLogicalAxiom()
OWLAxiomisLogicalAxiom in interface OWLAxiomisLogicalAxiom in class OWLLogicalAxiomImpltrue if the axiom is a logical axiom, false if
the axiom is not a logical axiom.public OWLClassExpression getClassExpression()
OWLHasKeyAxiomgetClassExpression in interface OWLHasKeyAxiompublic Set<OWLPropertyExpression<?,?>> getPropertyExpressions()
OWLHasKeyAxiomgetPropertyExpressions in interface OWLHasKeyAxiompublic Set<OWLDataPropertyExpression> getDataPropertyExpressions()
OWLHasKeyAxiomOWLHasKeyAxiom.getPropertyExpressions() method.getDataPropertyExpressions in interface OWLHasKeyAxiompublic Set<OWLObjectPropertyExpression> getObjectPropertyExpressions()
OWLHasKeyAxiomOWLHasKeyAxiom.getPropertyExpressions() method.getObjectPropertyExpressions in interface OWLHasKeyAxiomprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic 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 OWLAxiomImplCopyright © 2014 The University of Manchester. All Rights Reserved.