public abstract class AbstractInternalsImpl extends Object implements Internals, Serializable
Internals.Pointer<K,V>, Internals.SimplePointer<K>| Constructor and Description |
|---|
AbstractInternalsImpl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addAxiom, addGeneralClassAxioms, addImportsDeclaration, addOntologyAnnotation, addPropertyChainSubPropertyAxioms, contains, contains, filterAxioms, getAxiomCount, getAxiomCount, getAxioms, getAxiomsByType, getDeclarationsByEntity, getGeneralClassAxioms, getImportsDeclarations, getKeyset, getLogicalAxiomCount, getLogicalAxioms, getOntologyAnnotations, getOwlAnnotationPropertyReferences, getOwlAnonymousIndividualReferences, getOwlClassReferences, getOwlDataPropertyReferences, getOwlDatatypeReferences, getOwlIndividualReferences, getOwlObjectPropertyReferences, getValues, hasValues, isDeclared, isEmpty, remove, removeAxiom, removeGeneralClassAxioms, removeImportsDeclaration, removeOntologyAnnotation, removePropertyChainSubPropertyAxiomsprotected final MapPointer<OWLClass,OWLClassAxiom> classAxiomsByClass
protected final MapPointer<OWLClass,OWLSubClassOfAxiom> subClassAxiomsByLHS
protected final MapPointer<OWLClass,OWLSubClassOfAxiom> subClassAxiomsByRHS
protected final MapPointer<OWLClass,OWLEquivalentClassesAxiom> equivalentClassesAxiomsByClass
protected final MapPointer<OWLClass,OWLDisjointClassesAxiom> disjointClassesAxiomsByClass
protected final MapPointer<OWLClass,OWLDisjointUnionAxiom> disjointUnionAxiomsByClass
protected final MapPointer<OWLClass,OWLHasKeyAxiom> hasKeyAxiomsByClass
protected final MapPointer<OWLObjectPropertyExpression,OWLSubObjectPropertyOfAxiom> objectSubPropertyAxiomsByLHS
protected final MapPointer<OWLObjectPropertyExpression,OWLSubObjectPropertyOfAxiom> objectSubPropertyAxiomsByRHS
protected final MapPointer<OWLObjectPropertyExpression,OWLEquivalentObjectPropertiesAxiom> equivalentObjectPropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLDisjointObjectPropertiesAxiom> disjointObjectPropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLObjectPropertyDomainAxiom> objectPropertyDomainAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLObjectPropertyRangeAxiom> objectPropertyRangeAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLFunctionalObjectPropertyAxiom> functionalObjectPropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLInverseFunctionalObjectPropertyAxiom> inverseFunctionalPropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLSymmetricObjectPropertyAxiom> symmetricPropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLAsymmetricObjectPropertyAxiom> asymmetricPropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLReflexiveObjectPropertyAxiom> reflexivePropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLIrreflexiveObjectPropertyAxiom> irreflexivePropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLTransitiveObjectPropertyAxiom> transitivePropertyAxiomsByProperty
protected final MapPointer<OWLObjectPropertyExpression,OWLInverseObjectPropertiesAxiom> inversePropertyAxiomsByProperty
protected final MapPointer<OWLDataPropertyExpression,OWLSubDataPropertyOfAxiom> dataSubPropertyAxiomsByLHS
protected final MapPointer<OWLDataPropertyExpression,OWLSubDataPropertyOfAxiom> dataSubPropertyAxiomsByRHS
protected final MapPointer<OWLDataPropertyExpression,OWLEquivalentDataPropertiesAxiom> equivalentDataPropertyAxiomsByProperty
protected final MapPointer<OWLDataPropertyExpression,OWLDisjointDataPropertiesAxiom> disjointDataPropertyAxiomsByProperty
protected final MapPointer<OWLDataPropertyExpression,OWLDataPropertyDomainAxiom> dataPropertyDomainAxiomsByProperty
protected final MapPointer<OWLDataPropertyExpression,OWLDataPropertyRangeAxiom> dataPropertyRangeAxiomsByProperty
protected final MapPointer<OWLDataPropertyExpression,OWLFunctionalDataPropertyAxiom> functionalDataPropertyAxiomsByProperty
protected final MapPointer<OWLIndividual,OWLClassAssertionAxiom> classAssertionAxiomsByIndividual
protected final MapPointer<OWLClassExpression,OWLClassAssertionAxiom> classAssertionAxiomsByClass
protected final MapPointer<OWLIndividual,OWLObjectPropertyAssertionAxiom> objectPropertyAssertionsByIndividual
protected final MapPointer<OWLIndividual,OWLDataPropertyAssertionAxiom> dataPropertyAssertionsByIndividual
protected final MapPointer<OWLIndividual,OWLNegativeObjectPropertyAssertionAxiom> negativeObjectPropertyAssertionAxiomsByIndividual
protected final MapPointer<OWLIndividual,OWLNegativeDataPropertyAssertionAxiom> negativeDataPropertyAssertionAxiomsByIndividual
protected final MapPointer<OWLIndividual,OWLDifferentIndividualsAxiom> differentIndividualsAxiomsByIndividual
protected final MapPointer<OWLIndividual,OWLSameIndividualAxiom> sameIndividualsAxiomsByIndividual
protected final MapPointer<OWLAnnotationSubject,OWLAnnotationAssertionAxiom> annotationAssertionAxiomsBySubject
protected <K,V extends OWLAxiom> MapPointer<K,V> build(AxiomType<?> t, OWLAxiomVisitorEx<?> v)
protected <K,V extends OWLAxiom> MapPointer<K,V> build()
protected <K,V extends OWLAxiom> MapPointer<K,V> buildLazy(AxiomType<?> t, OWLAxiomVisitorEx<?> v)
protected ClassAxiomByClassPointer buildClassAxiomByClass()
protected <K,V> Map<K,V> createMap()
public MapPointer<OWLClass,OWLClassAxiom> getClassAxiomsByClass()
getClassAxiomsByClass in interface Internalspublic MapPointer<OWLClass,OWLSubClassOfAxiom> getSubClassAxiomsByLHS()
getSubClassAxiomsByLHS in interface Internalspublic MapPointer<OWLClass,OWLSubClassOfAxiom> getSubClassAxiomsByRHS()
getSubClassAxiomsByRHS in interface Internalspublic MapPointer<OWLClass,OWLEquivalentClassesAxiom> getEquivalentClassesAxiomsByClass()
getEquivalentClassesAxiomsByClass in interface Internalspublic MapPointer<OWLClass,OWLDisjointClassesAxiom> getDisjointClassesAxiomsByClass()
getDisjointClassesAxiomsByClass in interface Internalspublic MapPointer<OWLClass,OWLDisjointUnionAxiom> getDisjointUnionAxiomsByClass()
getDisjointUnionAxiomsByClass in interface Internalspublic MapPointer<OWLClass,OWLHasKeyAxiom> getHasKeyAxiomsByClass()
getHasKeyAxiomsByClass in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLSubObjectPropertyOfAxiom> getObjectSubPropertyAxiomsByLHS()
getObjectSubPropertyAxiomsByLHS in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLSubObjectPropertyOfAxiom> getObjectSubPropertyAxiomsByRHS()
getObjectSubPropertyAxiomsByRHS in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLEquivalentObjectPropertiesAxiom> getEquivalentObjectPropertyAxiomsByProperty()
getEquivalentObjectPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLDisjointObjectPropertiesAxiom> getDisjointObjectPropertyAxiomsByProperty()
getDisjointObjectPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLObjectPropertyDomainAxiom> getObjectPropertyDomainAxiomsByProperty()
getObjectPropertyDomainAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLObjectPropertyRangeAxiom> getObjectPropertyRangeAxiomsByProperty()
getObjectPropertyRangeAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLFunctionalObjectPropertyAxiom> getFunctionalObjectPropertyAxiomsByProperty()
getFunctionalObjectPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLInverseFunctionalObjectPropertyAxiom> getInverseFunctionalPropertyAxiomsByProperty()
getInverseFunctionalPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLSymmetricObjectPropertyAxiom> getSymmetricPropertyAxiomsByProperty()
getSymmetricPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLAsymmetricObjectPropertyAxiom> getAsymmetricPropertyAxiomsByProperty()
getAsymmetricPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLReflexiveObjectPropertyAxiom> getReflexivePropertyAxiomsByProperty()
getReflexivePropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLIrreflexiveObjectPropertyAxiom> getIrreflexivePropertyAxiomsByProperty()
getIrreflexivePropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLTransitiveObjectPropertyAxiom> getTransitivePropertyAxiomsByProperty()
getTransitivePropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLObjectPropertyExpression,OWLInverseObjectPropertiesAxiom> getInversePropertyAxiomsByProperty()
getInversePropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLDataPropertyExpression,OWLSubDataPropertyOfAxiom> getDataSubPropertyAxiomsByLHS()
getDataSubPropertyAxiomsByLHS in interface Internalspublic MapPointer<OWLDataPropertyExpression,OWLSubDataPropertyOfAxiom> getDataSubPropertyAxiomsByRHS()
getDataSubPropertyAxiomsByRHS in interface Internalspublic MapPointer<OWLDataPropertyExpression,OWLEquivalentDataPropertiesAxiom> getEquivalentDataPropertyAxiomsByProperty()
getEquivalentDataPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLDataPropertyExpression,OWLDisjointDataPropertiesAxiom> getDisjointDataPropertyAxiomsByProperty()
getDisjointDataPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLDataPropertyExpression,OWLDataPropertyDomainAxiom> getDataPropertyDomainAxiomsByProperty()
getDataPropertyDomainAxiomsByProperty in interface Internalspublic MapPointer<OWLDataPropertyExpression,OWLDataPropertyRangeAxiom> getDataPropertyRangeAxiomsByProperty()
getDataPropertyRangeAxiomsByProperty in interface Internalspublic MapPointer<OWLDataPropertyExpression,OWLFunctionalDataPropertyAxiom> getFunctionalDataPropertyAxiomsByProperty()
getFunctionalDataPropertyAxiomsByProperty in interface Internalspublic MapPointer<OWLIndividual,OWLClassAssertionAxiom> getClassAssertionAxiomsByIndividual()
getClassAssertionAxiomsByIndividual in interface Internalspublic MapPointer<OWLClassExpression,OWLClassAssertionAxiom> getClassAssertionAxiomsByClass()
getClassAssertionAxiomsByClass in interface Internalspublic MapPointer<OWLIndividual,OWLObjectPropertyAssertionAxiom> getObjectPropertyAssertionsByIndividual()
getObjectPropertyAssertionsByIndividual in interface Internalspublic MapPointer<OWLIndividual,OWLDataPropertyAssertionAxiom> getDataPropertyAssertionsByIndividual()
getDataPropertyAssertionsByIndividual in interface Internalspublic MapPointer<OWLIndividual,OWLNegativeObjectPropertyAssertionAxiom> getNegativeObjectPropertyAssertionAxiomsByIndividual()
getNegativeObjectPropertyAssertionAxiomsByIndividual in interface Internalspublic MapPointer<OWLIndividual,OWLNegativeDataPropertyAssertionAxiom> getNegativeDataPropertyAssertionAxiomsByIndividual()
getNegativeDataPropertyAssertionAxiomsByIndividual in interface Internalspublic MapPointer<OWLIndividual,OWLDifferentIndividualsAxiom> getDifferentIndividualsAxiomsByIndividual()
getDifferentIndividualsAxiomsByIndividual in interface Internalspublic MapPointer<OWLIndividual,OWLSameIndividualAxiom> getSameIndividualsAxiomsByIndividual()
getSameIndividualsAxiomsByIndividual in interface Internalspublic MapPointer<OWLAnnotationSubject,OWLAnnotationAssertionAxiom> getAnnotationAssertionAxiomsBySubject()
getAnnotationAssertionAxiomsBySubject in interface InternalsCopyright © 2014 The University of Manchester. All Rights Reserved.