|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.semanticweb.owl.model.helper.OWLBuilder
Builds abstract OWL ontologies (eg from parser input).
| Nested Class Summary | |
static class |
OWLBuilder.AnnotationComponent
Encapsulates the property and the content of an annotation. |
static class |
OWLBuilder.CardinalityComponent
Encapsulates the properties of a cardinality component. |
static class |
OWLBuilder.DataLiteralValueComponent
Encapsulates the properties of a data literal value component. |
static class |
OWLBuilder.DataPropertyValue
Pair OWLDataProperty, OWLIndividual. |
static class |
OWLBuilder.DataRangeComponent
Encapsulates the properties of a dataRange component. |
static class |
OWLBuilder.DescriptionComponent
Encapsulates the properties of a description component. |
static class |
OWLBuilder.IndividualValueComponent
Encapsulates the properties of an individual value component. |
static class |
OWLBuilder.ObjectPropertyValue
Pair OWLObjectProperty, OWLIndividual. |
static interface |
OWLBuilder.PropertyValue
Marker interface for data and object property values. |
static interface |
OWLBuilder.RestrictionComponent
Marker interface for restriction components. |
| Field Summary | |
static int |
FUNCTIONAL
|
static int |
INVERSE_FUNCTIONAL
|
static int |
SYMMETRIC
|
static int |
TRANSITIVE
|
| Constructor Summary | |
OWLBuilder()
Creates a new OWLBuilder instance and sets a default
OWLConnection
(to org.semanticweb.owl.impl.model.OWLConnectionImpl). |
|
OWLBuilder(OWLConnection connection)
Creates a new OWLBuilder instance and sets the
connection property. |
|
| Method Summary | |
void |
addAnnotationInstance(OWLObject subject,
OWLBuilder.AnnotationComponent annComponent)
Adds the annotation instance with the parameter subject
as subject and with property and content given by the
paameter annComponent. |
OWLAnnotationProperty |
addAnnotationProperty(URI id)
Adds the annotation property identified by id,
to the current ontology. |
OWLClass |
addClass(URI id)
Adds the class identified by id,
to the current ontology. |
void |
addClassAxiom(OWLClassAxiom axiom)
Adds axiom to the ontology. |
OWLDataProperty |
addDataProperty(URI id)
Adds the data property identified by id,
to the current ontology. |
void |
addDataPropertyRange(OWLDataProperty property,
OWLDataRange range)
Adds range to property. |
void |
addDataSubPropertyAxiom(URI subId,
URI supId)
Adds to the current ontology an axiom stating that (the data property corresponding to) subId is a subproperty of
(the data property corresponding to) supId. |
OWLDataType |
addDataType(URI id)
Add the data type corresponding to id
to the current ontology. |
void |
addDescriptionToIndividual(OWLDescription description,
OWLIndividual individual)
Adds description to individual
in current ontology. |
void |
addDifferentIndividualsAxiom(Set individuals)
Asserts individuals are different in
the current ontology. |
void |
addDisjointClassesAxiom(Set disjuncts)
Adds the evident axiom for disjuncts to the ontology. |
void |
addEnumeration(OWLClass oClass,
Set individuals)
Adds an enumeration of individuals to
oClass. |
void |
addEquivalentClass(OWLClass oClass,
Set descriptions)
Adds to the current ontology the axiom stating that oClass is equivalent
to the conjunction of the OWLDescriptions in
descriptions. |
void |
addEquivalentClassesAxiom(Set equivalents)
Adds the evident axiom for equivalents to the ontology. |
void |
addEquivalentDataPropertiesAxiom(Set equivalents)
Adds the evident axiom for equivalents to the ontology. |
void |
addEquivalentObjectPropertiesAxiom(Set equivalents)
Adds the evident axiom for equivalents to the ontology. |
OWLIndividual |
addIndividual(URI id)
Adds the individual identified by id,
to the current ontology. |
OWLObjectProperty |
addInverse(OWLObjectProperty property,
URI inverseId)
Adds the inverse object property identified by inverseId
to property (and to the current ontology). |
OWLObjectProperty |
addObjectProperty(URI id)
Adds the object property identified by id
to the current ontology. |
void |
addObjectPropertyRange(OWLObjectProperty property,
OWLDescription range)
Adds range to property. |
void |
addObjectSubPropertyAxiom(URI subId,
URI supId)
Adds to the current ontology an axiom stating that (the object property corresponding to) subId is a subproperty of
(the object property corresponding to) supId. |
void |
addOntologyAnnotationInstance(OWLBuilder.AnnotationComponent annComponent)
Adds the annotation instance with ontology itself as subject and with property and content given by the paameter annComponent. |
void |
addPropertyAxiom(OWLPropertyAxiom axiom)
Adds axiom to the current ontology. |
void |
addPropertyDomain(OWLProperty property,
OWLDescription domain)
Adds domain to property. |
void |
addPropertyValue(OWLIndividual subject,
OWLBuilder.PropertyValue propValue)
Adds the property value propValue to
subject. |
void |
addSameIndividualsAxiom(Set individuals)
Asserts individuals are the same in
the current ontology. |
void |
addSubClassAxiom(OWLDescription description1,
OWLDescription description2)
Adds an axiom stating that description1 is
a subclass of description1. |
void |
addSuperClass(OWLClass oClass,
Set descriptions)
Adds to the current ontology the axiom stating that the oClass is a subclass of
the conjunction of the OWLDescriptions in
descriptions. |
void |
addSuperProperty(OWLProperty property,
OWLProperty superProperty)
Adds to the current ontology the fact that property has
superProperty as super property. |
OWLDescription |
complementOf(OWLDescription description)
Returns the OWLDescription corresponding to
the complement of description. |
OWLBuilder.CardinalityComponent |
createCardinalityComponent(int type)
Creates a CardinalityComponent with type type. |
OWLBuilder.DescriptionComponent |
createDescriptionComponent(OWLDescription description,
int type)
Creates a DescriptionComponent with
description description and type type. |
void |
createOntology(URI id,
URI physicalURI)
Creates an ontology identified by id together
with an OWLDataFactory and a ChangeVisitor. |
OWLAnnotationProperty |
getAnnotationProperty(URI id)
Returns the annotation property corresponding to id
in the current ontology. |
ChangeVisitor |
getChangeVisitor()
Gets the current ChangeVisitor. |
OWLClass |
getClass(URI id)
Returns the class corresponding to id
in the current ontology. |
OWLDataValue |
getConcreteData(URI uri,
String lang,
Object value)
Returns the OWLDataValue corresponding to the two
arguments. |
OWLDataType |
getConcreteDataType(URI uri)
Returns the OWLDataType corresponding to uri. |
OWLConnection |
getConnection()
Gets the current OWLConnection. |
OWLDataEnumeration |
getDataEnumeration(Set literals)
Returns the enumeration of the set of DataValue literals. |
OWLDataFactory |
getDataFactory()
Gets the current OWLDataFactory. |
OWLDataProperty |
getDataProperty(URI id)
Returns the data property corresponding to id
in the current ontology. |
OWLIndividual |
getIndividual(URI id)
Returns the individual corresponding to id
in the current ontology. |
OWLObjectProperty |
getObjectProperty(URI id)
Returns the object property corresponding to id
in the current ontology. |
OWLRestriction |
getObjectValueRestriction(URI propertyId,
OWLIndividual individual)
Returns a restriction to the value individual
for the property corresponding to propertyId. |
OWLOntology |
getOntology()
Gets the current OWLOntology. |
OWLRestriction |
getRestriction(OWLDataProperty property,
OWLBuilder.CardinalityComponent card)
Returns the OWLRestriction for property corresponding
to the CardinalityComponent card. |
OWLRestriction |
getRestriction(OWLDataProperty property,
OWLBuilder.DataLiteralValueComponent component)
Returns the OWLRestriction for property corresponding
to the DataLiteralValueComponent component. |
OWLRestriction |
getRestriction(OWLDataProperty property,
OWLBuilder.DataRangeComponent dRComponent)
Returns the OWLRestriction for property corresponding
to the DataRangeComponent dRComponent. |
OWLRestriction |
getRestriction(OWLDataProperty property,
OWLBuilder.RestrictionComponent component)
Returns the OWLRestriction for property corresponding
to the RestrictionComponent component. |
OWLRestriction |
getRestriction(OWLObjectProperty property,
OWLBuilder.CardinalityComponent cComponent)
Returns the OWLRestriction for property corresponding
to the CardinalityComponent cComponent. |
OWLRestriction |
getRestriction(OWLObjectProperty property,
OWLBuilder.DescriptionComponent dComponent)
Returns the OWLRestriction for property corresponding
to the DescriptionComponent dComponent. |
OWLRestriction |
getRestriction(OWLObjectProperty property,
OWLBuilder.RestrictionComponent component)
Returns the OWLRestriction for property corresponding
to the RestrictionComponent component. |
OWLDescription |
intersectionOf(Set descriptions)
Returns the OWLDescription corresponding to
the intersection of descriptions. |
OWLEnumeration |
oneOf(Set individuals)
Returns the OWLEnumeration of
individuals. |
void |
setConnection(OWLConnection newConnection)
Set the value of the OWLConnection value. |
void |
setDataPropertyFunctional(OWLDataProperty property)
Sets the OWLDataProperty property to functional. |
void |
setDeprecatedObject(OWLDeprecatableObject deprecatable)
Deprecates deprecatable. |
void |
setPropertyType(OWLObjectProperty property,
int type)
Sets property to type. |
Set |
toOWLDataProperties(Set dataPropertyURIs)
Returns the Set of OWLDataPropertys corresponding
to dataPropertyURIs (in the current ontology). |
Set |
toOWLIndividuals(Set individualURIs)
Returns the Set of OWLIndividuals corresponding
to individualURIs (in the current ontology). |
Set |
toOWLObjectProperties(Set objectPropertyURIs)
Returns the Set of OWLObjectPropertys corresponding
to objectPropertyURIs (in the current ontology). |
static Set |
toURIs(Set uriStrings)
Returns the Set of URIs corresponding
to uriStrings. |
OWLDescription |
unionOf(Set descriptions)
Returns the OWLDescription corresponding to
the union of descriptions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SYMMETRIC
public static final int FUNCTIONAL
public static final int INVERSE_FUNCTIONAL
public static final int TRANSITIVE
| Constructor Detail |
public OWLBuilder()
OWLBuilder instance and sets a default
OWLConnection
(to org.semanticweb.owl.impl.model.OWLConnectionImpl).
public OWLBuilder(OWLConnection connection)
OWLBuilder instance and sets the
connection property.
| Method Detail |
public OWLOntology getOntology()
OWLOntology.
OWLOntology.public ChangeVisitor getChangeVisitor()
ChangeVisitor.
ChangeVisitor.public OWLDataFactory getDataFactory()
OWLDataFactory.
OWLDataFactory.public OWLConnection getConnection()
OWLConnection.
OWLConnection.public void setConnection(OWLConnection newConnection)
newConnection - The new OWLConnection value.
public void createOntology(URI id,
URI physicalURI)
throws OWLException
id together
with an OWLDataFactory and a ChangeVisitor.
id - an URI value
OWLException - if an error occurs
public OWLClass getClass(URI id)
throws OWLException
id
in the current ontology.
id - an URI value
id
OWLException - if an error occurs
public OWLClass addClass(URI id)
throws OWLException
id,
to the current ontology.
id - an URI value
OWLClass corresponding to id.
OWLException - if an error occurs
public OWLIndividual getIndividual(URI id)
throws OWLException
id
in the current ontology.
id - an URI value
id
OWLException - if an error occurs
public OWLIndividual addIndividual(URI id)
throws OWLException
id,
to the current ontology.
id - an URI value
OWLIndividual corresponding to id.
OWLException - if an error occurs
public void addAnnotationInstance(OWLObject subject,
OWLBuilder.AnnotationComponent annComponent)
throws OWLException
subject
as subject and with property and content given by the
paameter annComponent.
subject - an OWLObject valueannComponent - an AnnotationComponent value
OWLException - if an error occurs
public void addOntologyAnnotationInstance(OWLBuilder.AnnotationComponent annComponent)
throws OWLException
annComponent.
annComponent - an AnnotationComponent value
OWLException - if an error occurs
public OWLObjectProperty getObjectProperty(URI id)
throws OWLException
id
in the current ontology.
id - an URI value
id
OWLException - if an error occurs
public OWLAnnotationProperty getAnnotationProperty(URI id)
throws OWLException
id
in the current ontology.
id - an URI value
id
OWLException - if an error occurs
public OWLObjectProperty addObjectProperty(URI id)
throws OWLException
id
to the current ontology.
id - an URI value
OWLObjectProperty.
OWLException - if an error occurs
public OWLObjectProperty addInverse(OWLObjectProperty property,
URI inverseId)
throws OWLException
inverseId
to property (and to the current ontology).
property - an OWLObjectProperty.inverseId - the URI of the inverse property to add.
OWLObjectProperty.
OWLException - if an error occurs
public OWLDataProperty getDataProperty(URI id)
throws OWLException
id
in the current ontology.
id - an URI value
id
OWLException - if an error occurs
public OWLDataProperty addDataProperty(URI id)
throws OWLException
id,
to the current ontology.
id - an URI value
OWLDataProperty.
OWLException - if an error occurs
public void setDeprecatedObject(OWLDeprecatableObject deprecatable)
throws OWLException
deprecatable.
deprecatable - an OWLDeprecatableObject value
OWLException - if an error occurs
public void addDescriptionToIndividual(OWLDescription description,
OWLIndividual individual)
throws OWLException
description to individual
in current ontology.
description - an OWLDescription valueindividual - an OWLIndividual value
OWLException - if an error occurs
public void addSameIndividualsAxiom(Set individuals)
throws OWLException
individuals are the same in
the current ontology.
individuals - a Set of URIs.
OWLException - if an error occurs
public void addDifferentIndividualsAxiom(Set individuals)
throws OWLException
individuals are different in
the current ontology.
individuals - a Set of URIs.
OWLException - if an error occurs
public void setPropertyType(OWLObjectProperty property,
int type)
throws OWLException
property to type.
property - an OWLObjectProperty.type - one of: SYMMETRIC, FUNCTIONAL,
INVERSE_FUNCTIONAL, TRANSITIVE.
OWLException - if an error occurs
public void setDataPropertyFunctional(OWLDataProperty property)
throws OWLException
property to functional.
property - an OWLDataProperty value
OWLException - if an error occurs
public void addEnumeration(OWLClass oClass,
Set individuals)
throws OWLException
individuals to
oClass.
oClass - an OWLClass.individuals - a Set of OWLIndividuals.
OWLException - if an error occurs
public void addEquivalentClass(OWLClass oClass,
Set descriptions)
throws OWLException
oClass is equivalent
to the conjunction of the OWLDescriptions in
descriptions.
oClass - an OWLClass valuedescriptions - a Set of OWLDescriptions.
OWLException - if an error occurs
public void addSuperClass(OWLClass oClass,
Set descriptions)
throws OWLException
oClass is a subclass of
the conjunction of the OWLDescriptions in
descriptions.
oClass - an OWLClass valuedescriptions - a Set of OWLDescriptions.
OWLException - if an error occurs
public void addDisjointClassesAxiom(Set disjuncts)
throws OWLException
disjuncts to the ontology.
disjuncts - a Set of OWLDescriptions.
OWLException - if an error occurs
public void addEquivalentClassesAxiom(Set equivalents)
throws OWLException
equivalents to the ontology.
equivalents - a Set of OWLDescriptions.
OWLException - if an error occurs
public void addSubClassAxiom(OWLDescription description1,
OWLDescription description2)
throws OWLException
description1 is
a subclass of description1.
description1 - an OWLDescription valuedescription2 - an OWLDescription value
OWLException - if an error occurs
public void addClassAxiom(OWLClassAxiom axiom)
throws OWLException
axiom to the ontology.
axiom - an OWLClassAxiom value
OWLException - if an error occurs
public OWLDataType addDataType(URI id)
throws OWLException
id
to the current ontology.
id - an URI
OWLDataType.
OWLException - if an error occurs
public void addDataSubPropertyAxiom(URI subId,
URI supId)
throws OWLException
subId is a subproperty of
(the data property corresponding to) supId.
subId - an URI valuesupId - an URI value
OWLException - if an error occurs
public void addSuperProperty(OWLProperty property,
OWLProperty superProperty)
throws OWLException
property has
superProperty as super property.
property - an OWLProperty valuesuperProperty - an OWLProperty value
OWLException - if an error occurs
public void addObjectSubPropertyAxiom(URI subId,
URI supId)
throws OWLException
subId is a subproperty of
(the object property corresponding to) supId.
subId - an URI valuesupId - an URI value
OWLException - if an error occurs
public void addPropertyAxiom(OWLPropertyAxiom axiom)
throws OWLException
axiom to the current ontology.
axiom - an OWLPropertyAxiom value
OWLException - if an error occurs
public void addPropertyDomain(OWLProperty property,
OWLDescription domain)
throws OWLException
domain to property.
property - an OWLProperty valuedomain - an OWLDescription value
OWLException - if an error occurs
public void addObjectPropertyRange(OWLObjectProperty property,
OWLDescription range)
throws OWLException
range to property.
property - an OWLObjectProperty valuerange - an OWLDescription value
OWLException - if an error occurs
public void addDataPropertyRange(OWLDataProperty property,
OWLDataRange range)
throws OWLException
range to property.
property - an OWLDataProperty valuerange - an OWLDataRange value
OWLException - if an error occurs
public void addEquivalentObjectPropertiesAxiom(Set equivalents)
throws OWLException
equivalents to the ontology.
equivalents - a Set of URIs corresponding
to OWLObjectPropertys.
OWLException - if an error occurs
public void addEquivalentDataPropertiesAxiom(Set equivalents)
throws OWLException
equivalents to the ontology.
equivalents - a Set of URIs corresponding
to OWLDataPropertys.
OWLException - if an error occurs
public OWLDescription unionOf(Set descriptions)
throws OWLException
OWLDescription corresponding to
the union of descriptions.
descriptions - a Set of OWLDescriptions.
OWLDescription corresponding to
the union of descriptions.
OWLException - if an error occurs
public OWLDescription intersectionOf(Set descriptions)
throws OWLException
OWLDescription corresponding to
the intersection of descriptions.
descriptions - a Set of OWLDescriptions.
OWLDescription corresponding to
the intersection of descriptions.
OWLException - if an error occurs
public OWLDescription complementOf(OWLDescription description)
throws OWLException
OWLDescription corresponding to
the complement of description.
description - an OWLDescription.
OWLDescription corresponding to
the complement of description.
OWLException - if an error occurs
public OWLEnumeration oneOf(Set individuals)
throws OWLException
OWLEnumeration of
individuals.
individuals - a Set of URI's.
OWLEnumeration of
individuals.
OWLException - if an error occurs
public Set toOWLIndividuals(Set individualURIs)
throws OWLException
Set of OWLIndividuals corresponding
to individualURIs (in the current ontology).
individualURIs - a Set of URI's.
Set of OWLIndividuals corresponding
to individualURIs
OWLException - if an error occurs
public Set toOWLObjectProperties(Set objectPropertyURIs)
throws OWLException
Set of OWLObjectPropertys corresponding
to objectPropertyURIs (in the current ontology).
objectPropertyURIs - a Set of URI's.
Set of OWLObjectPropertys corresponding
to objectPropertyURIs
OWLException - if an error occurs
public static Set toURIs(Set uriStrings)
throws URISyntaxException
Set of URIs corresponding
to uriStrings.
uriStrings - a Set of Strings.
Set of URIs corresponding
to uriStrings.
URISyntaxException - if one of the uriStrings is not
a well-formed URI.
if one of the uriStrings is not well formed.
public Set toOWLDataProperties(Set dataPropertyURIs)
throws OWLException
Set of OWLDataPropertys corresponding
to dataPropertyURIs (in the current ontology).
dataPropertyURIs - a Set of URI's.
Set of OWLDataPropertys corresponding
to dataPropertyURIs
OWLException - if an error occurs
public OWLAnnotationProperty addAnnotationProperty(URI id)
throws OWLException
id,
to the current ontology.
id - an URI value
OWLAnnotationProperty
corresponding to id.
OWLException - if an error occurs
public OWLRestriction getObjectValueRestriction(URI propertyId,
OWLIndividual individual)
throws OWLException
individual
for the property corresponding to propertyId.
propertyId - an URI valueindividual - an OWLIndividual value
individual
for the property corresponding to propertyId.
OWLException - if an error occurspublic OWLBuilder.CardinalityComponent createCardinalityComponent(int type)
CardinalityComponent with type type.
type - one of the constants in OWLBuilder.CardinalityComponent.
CardinalityComponent with type type.
public OWLBuilder.DescriptionComponent createDescriptionComponent(OWLDescription description,
int type)
DescriptionComponent with
description description and type type.
type - one of the constants in OWLBuilder.DescriptionComponent.
DescriptionComponent with type type.
public OWLRestriction getRestriction(OWLObjectProperty property,
OWLBuilder.RestrictionComponent component)
throws OWLException
property corresponding
to the RestrictionComponent component.
property - an OWLObjectProperty.component - a RestrictionComponent.
property corresponding
to the RestrictionComponent component.
OWLException - if an error occurs
public OWLRestriction getRestriction(OWLObjectProperty property,
OWLBuilder.CardinalityComponent cComponent)
throws OWLException
property corresponding
to the CardinalityComponent cComponent.
property - an OWLObjectProperty.cComponent - a CardinalityComponent value
property corresponding
to the CardinalityComponent cComponent.
OWLException - if an error occurs
CardinalityNotSupportedError - if the type of
cComponent
is not one of OWLBuilder.CardinalityComponent.MAX,
OWLBuilder.CardinalityComponent.MIN, or OWLBuilder.CardinalityComponent.EQ.
public OWLRestriction getRestriction(OWLObjectProperty property,
OWLBuilder.DescriptionComponent dComponent)
throws OWLException
property corresponding
to the DescriptionComponent dComponent.
property - an OWLObjectProperty.dComponent - a DescriptionComponent value
property corresponding
to the DescriptionComponent dComponent.
OWLException - if an error occurs
DescriptionRestrictionNotSupportedError - if the type of
dComponent
is neither OWLBuilder.DescriptionComponent.ALL nor
OWLBuilder.DescriptionComponent.SOME.
public OWLRestriction getRestriction(OWLDataProperty property,
OWLBuilder.RestrictionComponent component)
throws OWLException
property corresponding
to the RestrictionComponent component.
property - an OWLDataProperty valuecomponent - a RestrictionComponent.
property corresponding
to the RestrictionComponent component.
OWLException - if an error occurs
public OWLRestriction getRestriction(OWLDataProperty property,
OWLBuilder.CardinalityComponent card)
throws OWLException
property corresponding
to the CardinalityComponent card.
property - an OWLDataProperty valuecard - a CardinalityComponent value
property corresponding
to the CardinalityComponent card.
OWLException - if an error occurs
public OWLRestriction getRestriction(OWLDataProperty property,
OWLBuilder.DataRangeComponent dRComponent)
throws OWLException
property corresponding
to the DataRangeComponent dRComponent.
property - an OWLDataProperty valuedRComponent - a DataRangeComponent value
OWLRestriction value
OWLException - if an error occurs
public OWLRestriction getRestriction(OWLDataProperty property,
OWLBuilder.DataLiteralValueComponent component)
throws OWLException
property corresponding
to the DataLiteralValueComponent component.
property - an OWLDataProperty valuecomponent - a DataLiteralValueComponent value
OWLRestriction value
OWLException - if an error occurs
public OWLDataValue getConcreteData(URI uri,
String lang,
Object value)
throws OWLException
OWLDataValue corresponding to the two
arguments.
uri - an URI valuevalue - an Object value
OWLDataValue corresponding to the two
arguments.
OWLException - if an error occurs
public OWLDataType getConcreteDataType(URI uri)
throws OWLException
OWLDataType corresponding to uri.
uri - an URI value
OWLDataType value
OWLException - if an error occurs
public OWLDataEnumeration getDataEnumeration(Set literals)
throws OWLException
literals - a Set of OWLDataValues.
OWLDataEnumeration value
OWLException - if an error occurs
public void addPropertyValue(OWLIndividual subject,
OWLBuilder.PropertyValue propValue)
throws OWLException
propValue to
subject.
subject - an OWLIndividual.propValue - either an OWLBuilder.ObjectPropertyValue or
a OWLBuilder.DataPropertyValue.
OWLException - if an error occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||