Class InConnectorCollector
java.lang.Object
|
+----java.util.VectorIterator
|
+----ModuleStoreIterator
|
+----ConnectorCollector
|
+----InConnectorCollector
- class InConnectorCollector
- extends ConnectorCollector
A ConnectorCollector that collects all InConnectors of all Modules
in the Store.
-
InConnectorCollector()
-
-
action(Module)
- Add all InConnectors of the Module to the collection.
-
preAction()
- Initialize the ConnectorStore.
InConnectorCollector
InConnectorCollector()
preAction
public void preAction()
- Initialize the ConnectorStore.
- Overrides:
- preAction in class VectorIterator
action
public void action(Module m)
- Add all InConnectors of the Module to the collection.
- Overrides:
- action in class ModuleStoreIterator