de.grogra.util
Interface Configurable

All Known Implementing Classes:
LazyFilter

public interface Configurable

A Configurable object defines a set of configurable options.

Author:
Ole Kniemeyer

Method Summary
 void addConfigurations(ConfigurationSet set)
          This method is invoked to obtain the configurable options of this Configurable object.
 

Method Detail

addConfigurations

void addConfigurations(ConfigurationSet set)
This method is invoked to obtain the configurable options of this Configurable object. The method has to add all Configurations of this object to the specified set.

Parameters:
set - a set to which configurations of this object are added