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

Constructor Index

 o UnMarkModule()

Method Index

 o followAction(Module)
All modules that are analyzed are unmarked
 o modulePostCondition(Module)
Always check out the next module to see if it is a marked module.
 o modulePreCondition(Module)
Unmark the module when it is marked.

Constructors

 o UnMarkModule
 UnMarkModule()

Methods

 o followAction
 public void followAction(Module m)
All modules that are analyzed are unmarked

Overrides:
followAction in class FlowIteration
 o modulePreCondition
 public boolean modulePreCondition(Module m)
Unmark the module when it is marked.

Overrides:
modulePreCondition in class FlowIteration
 o 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