Class UnMarkModule
java.lang.Object
|
+----FlowIteration
|
+----UnMarkModule
- class UnMarkModule
- extends FlowIteration
Unmarks the modules that are marked. An instance of this class is passed as
parameter to the FlowDownModuleStoreIterator that will walk through the
network of modules. The methods defined in this class will be called
every time a module is investigated.
- See Also:
- FlowDownModuleStoreIterator, Module
-
UnMarkModule()
-
-
followAction(Module)
- All modules that are analyzed are unmarked
-
modulePostCondition(Module)
- Always check out the next module to see if it is a marked module.
-
modulePreCondition(Module)
- Unmark the module when it is marked.
UnMarkModule
UnMarkModule()
followAction
public void followAction(Module m)
- All modules that are analyzed are unmarked
- Overrides:
- followAction in class FlowIteration
modulePreCondition
public boolean modulePreCondition(Module m)
- Unmark the module when it is marked.
- Overrides:
- modulePreCondition in class FlowIteration
modulePostCondition
public boolean modulePostCondition(Module m)
- Always check out the next module to see if it is a marked module.
- Overrides:
- modulePostCondition in class FlowIteration