|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectml.options.OptionLink
public class OptionLink
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 |
---|
public OptionLink(Linkable l1, Linkable l2)
Method Detail |
---|
public void add(Linkable l)
Linkable
to this instance. All these Linkable
instances
are
public ArrayList<Linkable> getLinkedObjects()
Linkable
objects linked together with this OptionLink
instance.
Linkable
objects linked with this instance
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |