Uses of Class
org.apache.hivemind.schema.impl.SchemaImpl

Packages that use SchemaImpl
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
org.apache.hivemind.schema.impl Implementations of schema-related intefaces defined in package org.apache.hivemind.schema. 
 

Uses of SchemaImpl in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse that return SchemaImpl
 SchemaImpl ConfigurationPointDescriptor.getContributionsSchema()
           
 SchemaImpl ServicePointDescriptor.getParametersSchema()
           
 

Methods in org.apache.hivemind.parse with parameters of type SchemaImpl
 void ModuleDescriptor.addSchema(SchemaImpl schema)
          Adds a schema to this module descriptor.
 void ConfigurationPointDescriptor.setContributionsSchema(SchemaImpl schema)
           
 void ServicePointDescriptor.setParametersSchema(SchemaImpl schema)
           
 

Uses of SchemaImpl in org.apache.hivemind.schema.impl
 

Subclasses of SchemaImpl in org.apache.hivemind.schema.impl
 class ElementModelImpl
          Implementation of ElementModel.