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) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
OWLHasKeyAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLHasKeyAxiom |
getAxiomWithoutAnnotations() |
OWLClassExpression |
getClassExpression() |
Set<OWLDataPropertyExpression> |
getDataPropertyExpressions() |
Set<OWLObjectPropertyExpression> |
getObjectPropertyExpressions() |
Set<OWLPropertyExpression<?,?>> |
getPropertyExpressions() |
boolean |
isLogicalAxiom() |
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)
public OWLHasKeyAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLHasKeyAxiompublic OWLHasKeyAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiompublic boolean isLogicalAxiom()
isLogicalAxiom in interface OWLAxiomisLogicalAxiom in class OWLLogicalAxiomImplpublic 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 OWLHasKeyAxiomprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic 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 OWLAxiomImplCopyright © 2013 CSIRO HRPPC. All Rights Reserved.