model
Class IDList

java.lang.Object
  extended by model.IDList

public class IDList
extends java.lang.Object

Maintains unique IDs for each object in a model/complex object.


Constructor Summary
IDList()
           
 
Method Summary
 void add(ComplexObject co)
           
 ComplexObject get(int index)
           
 ComplexObject remove(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDList

public IDList()
Method Detail

get

public ComplexObject get(int index)

add

public void add(ComplexObject co)

remove

public ComplexObject remove(int index)