Class ConfigurationList

java.lang.Object
  |
  +--ConfigurationList

public class ConfigurationList
extends java.lang.Object

A ConfigurationList is a linked list of configurations. It also has the ability to search for a given configuration.


Constructor Summary
ConfigurationList(Configuration c, ConfigurationList cl)
          Make a new ConfigurationList node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationList

public ConfigurationList(Configuration c,
                         ConfigurationList cl)
Make a new ConfigurationList node.