public class OWLSubPropertyChainAxiomImpl extends OWLPropertyAxiomImpl implements org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom
| Type | Property and Description |
|---|---|
boolean |
isEncodingOfTransitive |
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLSubPropertyChainAxiomImpl(List<? extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression> propertyChain,
org.semanticweb.owlapi.model.OWLObjectPropertyExpression superProperty,
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.OWLSubPropertyChainOfAxiom |
getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
org.semanticweb.owlapi.model.AxiomType<?> |
getAxiomType() |
org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom |
getAxiomWithoutAnnotations() |
List<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getPropertyChain() |
org.semanticweb.owlapi.model.OWLObjectPropertyExpression |
getSuperProperty() |
boolean |
isEncodingOfTransitiveProperty() |
isAnnotationAxiom, isLogicalAxiomaccept, 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, isLogicalAxiom, isOfType, isOfTypegetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareToisEncodingOfTransitiveProperty in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiompublic OWLSubPropertyChainAxiomImpl(List<? extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression> propertyChain, org.semanticweb.owlapi.model.OWLObjectPropertyExpression superProperty, Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
propertyChain - property chainsuperProperty - superpropertyannotations - annotationspublic org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations)
getAnnotatedAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAxiomgetAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiompublic List<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getPropertyChain()
getPropertyChain in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiompublic org.semanticweb.owlapi.model.OWLObjectPropertyExpression getSuperProperty()
getSuperProperty in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiompublic boolean isEncodingOfTransitiveProperty()
isEncodingOfTransitiveProperty in interface org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiompublic void accept(org.semanticweb.owlapi.model.OWLObjectVisitor 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 <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic boolean equals(Object obj)
equals in class OWLAxiomImplpublic org.semanticweb.owlapi.model.AxiomType<?> getAxiomType()
getAxiomType in interface org.semanticweb.owlapi.model.OWLAxiomprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.