Class FlowDownMarkModule

java.lang.Object
   |
   +----FlowIteration
           |
           +----MarkModule
                   |
                   +----FlowDownMarkModule

class FlowDownMarkModule
extends MarkModule
Marks modules. 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 FlowDownMarkModule()

Method Index

 o modulePostCondition(Module)
Do not go on to 'lower' modules when this module is an end module.

Constructors

 o FlowDownMarkModule
 FlowDownMarkModule()

Methods

 o modulePostCondition
 public boolean modulePostCondition(Module m)
Do not go on to 'lower' modules when this module is an end module.

Overrides:
modulePostCondition in class MarkModule