Class FlowUpInConnectorStoreIterator
java.lang.Object
|
+----java.util.VectorIterator
|
+----ConnectorStoreIterator
|
+----InConnectorStoreIterator
|
+----FlowUpInConnectorStoreIterator
- class FlowUpInConnectorStoreIterator
- extends InConnectorStoreIterator
FlowUpInConnectorStoreIterator is one of two classes that can be used
to walk (depth first from bottom to top) through a network of modules.
This class uses the action method on in connectors of this StoreIterator
and proceeds to the module above via the connection defined in the in
connector.
- See Also:
- FlowUpModuleStoreIterator, Module
-
flowUp
- The FlowDown object contain specific methods that are neccesary to
run the action method of FlowUpModuleStoreIterator.
-
FlowUpInConnectorStoreIterator(FlowIteration)
-
-
action(InConnector)
- The action method is run on all in connectors in this Connector-
Store.
flowUp
private FlowIteration flowUp
- The FlowDown object contain specific methods that are neccesary to
run the action method of FlowUpModuleStoreIterator.
- See Also:
- action
FlowUpInConnectorStoreIterator
FlowUpInConnectorStoreIterator(FlowIteration fu)
- Parameters:
- flowUp
- The FlowIteration object contains the specific functions that will be run
on each module. The object will be passed on to the FlowUpModuleStore-
Iterator in order to be known every time the action method of
FlowUpModuleStoreIterator is run.
- See Also:
- FlowIterator, FlowUpModuleStoreIterator, action
action
public void action(InConnector c)
- The action method is run on all in connectors in this Connector-
Store. Go to the modules 'above' this module via the connection of
this in connector.
- Overrides:
- action in class InConnectorStoreIterator
- See Also:
- InConnector