java.lang.Object
recoin.system.session.ComponentChain
- public class ComponentChain
- extends java.lang.Object
The ComponentChain contains instructions about the the components that should take
part in the RetrievalCycle. A ComponentChain basically is a number of ComponentOrder
objects that are adressed at Component objects in Modules.
- Version:
- 0.2.9
|
Constructor Summary |
ComponentChain()
Creates a new empty ComponentChain. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orders
public java.util.Vector orders
- The ComponentOrders.
ComponentChain
public ComponentChain()
- Creates a new empty ComponentChain.
getOrderIterator
public java.util.Iterator getOrderIterator()
- Returns an Iterator for the ComponentOrder objects.
addOrder
public void addOrder(ComponentOrder order)
- Adds the specified ComponentOrder to this ComponentChain.
getOrders
public java.util.Vector getOrders()
- Returns the ComponentOrders of this ComponentChain.
removeOrder
public void removeOrder(ComponentOrder order)
- Removes the specified ComponentOrder from this ComponentChain.