de.fhstralsund.vinets.algorithm
Interface Configurable


public interface Configurable

An Algorithm class implements this interface in order to get an automatic configuration facility.


Method Summary
 Parameter queryConfigurationOptions(Configurator configurator, Graph graph)
          Called when the Configurable should generate values for all options.
 

Method Detail

queryConfigurationOptions

Parameter queryConfigurationOptions(Configurator configurator,
                                    Graph graph)
Called when the Configurable should generate values for all options. An implementation should build the Options trough calls to the Configurator interface methods.

Parameters:
configurator - the Configurator that is used to generate the option values.
graph - the Graph that the Algortihm will be invoked on.
Returns:
the Parameter object filled with values for all options.