Uses of Package
org.apache.hivemind.schema

Packages that use org.apache.hivemind.schema
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.internal   
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
org.apache.hivemind.schema Interfaces defining Schema support (used to process extension point contributions and service parameters). 
org.apache.hivemind.schema.impl Implementations of schema-related intefaces defined in package org.apache.hivemind.schema. 
org.apache.hivemind.schema.rules Implementations of the Rule and Translator interfaces. 
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Classes in org.apache.hivemind.schema used by org.apache.hivemind.impl
Schema
          An object which may contain a model, used to identify the form of XML content allowed within some other, containing element.
SchemaProcessor
          Object used when processing the elements contributed in an Contribution.
Translator
          Object which can translate a string into an object value.
 

Classes in org.apache.hivemind.schema used by org.apache.hivemind.internal
Schema
          An object which may contain a model, used to identify the form of XML content allowed within some other, containing element.
Translator
          Object which can translate a string into an object value.
 

Classes in org.apache.hivemind.schema used by org.apache.hivemind.parse
ElementModel
          Identifies an element that may occur within some schema.
Rule
          Rules associated with Schema elements.
Schema
          An object which may contain a model, used to identify the form of XML content allowed within some other, containing element.
SchemaProcessor
          Object used when processing the elements contributed in an Contribution.
 

Classes in org.apache.hivemind.schema used by org.apache.hivemind.schema
AttributeModel
          Part of a Schema, used to specify an attribute allowed within an ElementModel.
SchemaProcessor
          Object used when processing the elements contributed in an Contribution.
Translator
          Object which can translate a string into an object value.
 

Classes in org.apache.hivemind.schema used by org.apache.hivemind.schema.impl
AttributeModel
          Part of a Schema, used to specify an attribute allowed within an ElementModel.
ElementModel
          Identifies an element that may occur within some schema.
Rule
          Rules associated with Schema elements.
Schema
          An object which may contain a model, used to identify the form of XML content allowed within some other, containing element.
 

Classes in org.apache.hivemind.schema used by org.apache.hivemind.schema.rules
Rule
          Rules associated with Schema elements.
SchemaProcessor
          Object used when processing the elements contributed in an Contribution.
Translator
          Object which can translate a string into an object value.
 

Classes in org.apache.hivemind.schema used by org.apache.hivemind.service.impl
Translator
          Object which can translate a string into an object value.