uk.ac.manchester.cs.owl.owlapi
Enum OWLOntologyImplInternalsDefaultImpl.Maps

java.lang.Object
  extended by java.lang.Enum<OWLOntologyImplInternalsDefaultImpl.Maps>
      extended by uk.ac.manchester.cs.owl.owlapi.OWLOntologyImplInternalsDefaultImpl.Maps
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OWLOntologyImplInternalsDefaultImpl.Maps>
Enclosing class:
OWLOntologyImplInternalsDefaultImpl

protected static enum OWLOntologyImplInternalsDefaultImpl.Maps
extends java.lang.Enum<OWLOntologyImplInternalsDefaultImpl.Maps>


Enum Constant Summary
AnnotationAssertionAxiomsBySubject
           
AsymmetricPropertyAxiomsByProperty
           
AxiomsByType
           
ClassAssertionAxiomsByClass
           
ClassAssertionAxiomsByIndividual
           
ClassAxiomsByClass
           
DataPropertyAssertionsByIndividual
           
DataPropertyDomainAxiomsByProperty
           
DataPropertyRangeAxiomsByProperty
           
DataSubPropertyAxiomsByLHS
           
DataSubPropertyAxiomsByRHS
           
DeclarationsByEntity
           
DifferentIndividualsAxiomsByIndividual
           
DisjointClassesAxiomsByClass
           
DisjointDataPropertyAxiomsByProperty
           
DisjointObjectPropertyAxiomsByProperty
           
DisjointUnionAxiomsByClass
           
EquivalentClassesAxiomsByClass
           
EquivalentDataPropertyAxiomsByProperty
           
EquivalentObjectPropertyAxiomsByProperty
           
FunctionalDataPropertyAxiomsByProperty
           
FunctionalObjectPropertyAxiomsByProperty
           
GeneralClassAxioms
           
HasKeyAxiomsByClass
           
ImportsDeclarations
           
InverseFunctionalPropertyAxiomsByProperty
           
InversePropertyAxiomsByProperty
           
IrreflexivePropertyAxiomsByProperty
           
LogicalAxiom2AnnotatedAxiomMap
           
NegativeDataPropertyAssertionAxiomsByIndividual
           
NegativeObjectPropertyAssertionAxiomsByIndividual
           
ObjectPropertyAssertionsByIndividual
           
ObjectPropertyDomainAxiomsByProperty
           
ObjectPropertyRangeAxiomsByProperty
           
ObjectSubPropertyAxiomsByLHS
           
ObjectSubPropertyAxiomsByRHS
           
OntologyAnnotations
           
OwlAnnotationPropertyReferences
           
OwlAnonymousIndividualReferences
           
OwlClassReferences
           
OwlDataPropertyReferences
           
OwlDatatypeReferences
           
OwlIndividualReferences
           
OwlObjectPropertyReferences
           
PropertyChainSubPropertyAxioms
           
ReflexivePropertyAxiomsByProperty
           
SameIndividualsAxiomsByIndividual
           
SubClassAxiomsByLHS
           
SubClassAxiomsByRHS
           
SymmetricPropertyAxiomsByProperty
           
TransitivePropertyAxiomsByProperty
           
 
Method Summary
abstract  void initMap(OWLOntologyImplInternalsDefaultImpl impl)
           
 void initMap(OWLOntologyImplInternalsDefaultImpl impl, java.util.concurrent.locks.Lock l, java.lang.Object field)
          locking variant of the init code
static OWLOntologyImplInternalsDefaultImpl.Maps valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OWLOntologyImplInternalsDefaultImpl.Maps[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SubClassAxiomsByLHS

public static final OWLOntologyImplInternalsDefaultImpl.Maps SubClassAxiomsByLHS

SubClassAxiomsByRHS

public static final OWLOntologyImplInternalsDefaultImpl.Maps SubClassAxiomsByRHS

EquivalentClassesAxiomsByClass

public static final OWLOntologyImplInternalsDefaultImpl.Maps EquivalentClassesAxiomsByClass

DisjointClassesAxiomsByClass

public static final OWLOntologyImplInternalsDefaultImpl.Maps DisjointClassesAxiomsByClass

DisjointUnionAxiomsByClass

public static final OWLOntologyImplInternalsDefaultImpl.Maps DisjointUnionAxiomsByClass

HasKeyAxiomsByClass

public static final OWLOntologyImplInternalsDefaultImpl.Maps HasKeyAxiomsByClass

ObjectSubPropertyAxiomsByLHS

public static final OWLOntologyImplInternalsDefaultImpl.Maps ObjectSubPropertyAxiomsByLHS

ObjectSubPropertyAxiomsByRHS

public static final OWLOntologyImplInternalsDefaultImpl.Maps ObjectSubPropertyAxiomsByRHS

EquivalentObjectPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps EquivalentObjectPropertyAxiomsByProperty

DisjointObjectPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps DisjointObjectPropertyAxiomsByProperty

ObjectPropertyDomainAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps ObjectPropertyDomainAxiomsByProperty

ObjectPropertyRangeAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps ObjectPropertyRangeAxiomsByProperty

FunctionalObjectPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps FunctionalObjectPropertyAxiomsByProperty

InverseFunctionalPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps InverseFunctionalPropertyAxiomsByProperty

SymmetricPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps SymmetricPropertyAxiomsByProperty

AsymmetricPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps AsymmetricPropertyAxiomsByProperty

ReflexivePropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps ReflexivePropertyAxiomsByProperty

IrreflexivePropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps IrreflexivePropertyAxiomsByProperty

TransitivePropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps TransitivePropertyAxiomsByProperty

InversePropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps InversePropertyAxiomsByProperty

DataSubPropertyAxiomsByLHS

public static final OWLOntologyImplInternalsDefaultImpl.Maps DataSubPropertyAxiomsByLHS

DataSubPropertyAxiomsByRHS

public static final OWLOntologyImplInternalsDefaultImpl.Maps DataSubPropertyAxiomsByRHS

EquivalentDataPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps EquivalentDataPropertyAxiomsByProperty

DisjointDataPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps DisjointDataPropertyAxiomsByProperty

DataPropertyDomainAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps DataPropertyDomainAxiomsByProperty

DataPropertyRangeAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps DataPropertyRangeAxiomsByProperty

FunctionalDataPropertyAxiomsByProperty

public static final OWLOntologyImplInternalsDefaultImpl.Maps FunctionalDataPropertyAxiomsByProperty

ClassAssertionAxiomsByIndividual

public static final OWLOntologyImplInternalsDefaultImpl.Maps ClassAssertionAxiomsByIndividual

ClassAssertionAxiomsByClass

public static final OWLOntologyImplInternalsDefaultImpl.Maps ClassAssertionAxiomsByClass

ObjectPropertyAssertionsByIndividual

public static final OWLOntologyImplInternalsDefaultImpl.Maps ObjectPropertyAssertionsByIndividual

DataPropertyAssertionsByIndividual

public static final OWLOntologyImplInternalsDefaultImpl.Maps DataPropertyAssertionsByIndividual

NegativeObjectPropertyAssertionAxiomsByIndividual

public static final OWLOntologyImplInternalsDefaultImpl.Maps NegativeObjectPropertyAssertionAxiomsByIndividual

NegativeDataPropertyAssertionAxiomsByIndividual

public static final OWLOntologyImplInternalsDefaultImpl.Maps NegativeDataPropertyAssertionAxiomsByIndividual

DifferentIndividualsAxiomsByIndividual

public static final OWLOntologyImplInternalsDefaultImpl.Maps DifferentIndividualsAxiomsByIndividual

SameIndividualsAxiomsByIndividual

public static final OWLOntologyImplInternalsDefaultImpl.Maps SameIndividualsAxiomsByIndividual

AnnotationAssertionAxiomsBySubject

public static final OWLOntologyImplInternalsDefaultImpl.Maps AnnotationAssertionAxiomsBySubject

ImportsDeclarations

public static final OWLOntologyImplInternalsDefaultImpl.Maps ImportsDeclarations

OntologyAnnotations

public static final OWLOntologyImplInternalsDefaultImpl.Maps OntologyAnnotations

AxiomsByType

public static final OWLOntologyImplInternalsDefaultImpl.Maps AxiomsByType

LogicalAxiom2AnnotatedAxiomMap

public static final OWLOntologyImplInternalsDefaultImpl.Maps LogicalAxiom2AnnotatedAxiomMap

GeneralClassAxioms

public static final OWLOntologyImplInternalsDefaultImpl.Maps GeneralClassAxioms

PropertyChainSubPropertyAxioms

public static final OWLOntologyImplInternalsDefaultImpl.Maps PropertyChainSubPropertyAxioms

OwlClassReferences

public static final OWLOntologyImplInternalsDefaultImpl.Maps OwlClassReferences

OwlObjectPropertyReferences

public static final OWLOntologyImplInternalsDefaultImpl.Maps OwlObjectPropertyReferences

OwlDataPropertyReferences

public static final OWLOntologyImplInternalsDefaultImpl.Maps OwlDataPropertyReferences

OwlIndividualReferences

public static final OWLOntologyImplInternalsDefaultImpl.Maps OwlIndividualReferences

OwlAnonymousIndividualReferences

public static final OWLOntologyImplInternalsDefaultImpl.Maps OwlAnonymousIndividualReferences

OwlDatatypeReferences

public static final OWLOntologyImplInternalsDefaultImpl.Maps OwlDatatypeReferences

OwlAnnotationPropertyReferences

public static final OWLOntologyImplInternalsDefaultImpl.Maps OwlAnnotationPropertyReferences

DeclarationsByEntity

public static final OWLOntologyImplInternalsDefaultImpl.Maps DeclarationsByEntity

ClassAxiomsByClass

public static final OWLOntologyImplInternalsDefaultImpl.Maps ClassAxiomsByClass
Method Detail

values

public static final OWLOntologyImplInternalsDefaultImpl.Maps[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(OWLOntologyImplInternalsDefaultImpl.Maps c : OWLOntologyImplInternalsDefaultImpl.Maps.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static OWLOntologyImplInternalsDefaultImpl.Maps valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

initMap

public abstract void initMap(OWLOntologyImplInternalsDefaultImpl impl)

initMap

public void initMap(OWLOntologyImplInternalsDefaultImpl impl,
                    java.util.concurrent.locks.Lock l,
                    java.lang.Object field)
locking variant of the init code