MetaDone
metadone.configuration.ConfigElement Interface Reference
Inheritance diagram for metadone.configuration.ConfigElement:

List of all members.

Public Member Functions

Object configure () throws BadPreCondition

Detailed Description

Author:
Vincent

Date=4 juil. 2009 - 18:51:04 Filename = ConfigElement.java Denotes an element of a configuration, each object may implement a configure method to let the Configuration object let it be configured.


Member Function Documentation

Object metadone.configuration.ConfigElement.configure ( ) throws BadPreCondition

Configure the object once all the dependencies have been solved by the Configuration object

Returns:
Some object that is dependent on the application. Should be used only to improve the diagnostic of problems only.
Exceptions:
BadPreCondition

Implemented in metadone.client.grasyla2.GrasylaContext, metadone.client.grasyla2.GrasylaEngineFactory, metadone.client.grasyla2.GrasylaFactoryStore, metadone.client.grasyla2.GrasylaInterpreter, metadone.client.grasyla2.GrasylaRootContext, and metadone.client.grasyla2.SelectorBestEquation.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations