public class OWLHasKeyAxiomImpl extends OWLLogicalAxiomImpl implements org.semanticweb.owlapi.model.OWLHasKeyAxiom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLHasKeyAxiomImpl(org.semanticweb.owlapi.model.OWLClassExpression expression,
Set<? extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> propertyExpressions,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLAxiomVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLAxiomVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object) |
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.OWLHasKeyAxiom |
getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
org.semanticweb.owlapi.model.AxiomType<?> |
getAxiomType() |
org.semanticweb.owlapi.model.OWLHasKeyAxiom |
getAxiomWithoutAnnotations() |
org.semanticweb.owlapi.model.OWLClassExpression |
getClassExpression() |
Set<org.semanticweb.owlapi.model.OWLDataPropertyExpression> |
getDataPropertyExpressions() |
Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getObjectPropertyExpressions() |
Set<org.semanticweb.owlapi.model.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(org.semanticweb.owlapi.model.OWLClassExpression expression,
Set<? extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> propertyExpressions,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
expression - class expressionpropertyExpressions - propertiesannotations - annotations on the axiompublic org.semanticweb.owlapi.model.OWLHasKeyAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAxiomgetAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLHasKeyAxiompublic org.semanticweb.owlapi.model.OWLHasKeyAxiom getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations)
getAnnotatedAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.AxiomType<?> getAxiomType()
getAxiomType in interface org.semanticweb.owlapi.model.OWLAxiompublic boolean isLogicalAxiom()
isLogicalAxiom in interface org.semanticweb.owlapi.model.OWLAxiomisLogicalAxiom in class OWLLogicalAxiomImplpublic org.semanticweb.owlapi.model.OWLClassExpression getClassExpression()
getClassExpression in interface org.semanticweb.owlapi.model.OWLHasKeyAxiompublic Set<org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> getPropertyExpressions()
getPropertyExpressions in interface org.semanticweb.owlapi.model.OWLHasKeyAxiompublic Set<org.semanticweb.owlapi.model.OWLDataPropertyExpression> getDataPropertyExpressions()
getDataPropertyExpressions in interface org.semanticweb.owlapi.model.OWLHasKeyAxiompublic Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getObjectPropertyExpressions()
getObjectPropertyExpressions in interface org.semanticweb.owlapi.model.OWLHasKeyAxiomprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic void accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic void accept(org.semanticweb.owlapi.model.OWLAxiomVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLAxiompublic <O> O accept(org.semanticweb.owlapi.model.OWLAxiomVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLAxiompublic boolean equals(Object obj)
equals in class OWLAxiomImplCopyright © 2014 The University of Manchester. All Rights Reserved.