ml.options
Class OptionLink

java.lang.Object
  extended by ml.options.OptionLink
All Implemented Interfaces:
Linkable

public class OptionLink
extends Object
implements Linkable


Constructor Summary
OptionLink(Linkable l1, Linkable l2)
           
 
Method Summary
 void add(Linkable l)
          Add another Linkable to this instance.
 ArrayList<Linkable> getLinkedObjects()
          Get all the Linkable objects linked together with this OptionLink instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionLink

public OptionLink(Linkable l1,
                  Linkable l2)
Method Detail

add

public void add(Linkable l)
Add another Linkable to this instance. All these Linkable instances are


getLinkedObjects

public ArrayList<Linkable> getLinkedObjects()
Get all the Linkable objects linked together with this OptionLink instance.

Returns:
A list of all Linkable objects linked with this instance