Class FlowUpMarkModule

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

class FlowUpMarkModule
extends MarkModule
Marks modules. An instance of this class is (for example) passed as parameter to the FlowUpModuleStoreIterator that will walk through the network of modules. The method defined in this class will be called every time a module is investigated.

See Also:
FlowUpModuleStoreIterator, Module

Constructor Index

 o FlowUpMarkModule()

Method Index

 o modulePostCondition(Module)
Do not go on to 'upper' modules when this module is a start module.

Constructors

 o FlowUpMarkModule
 FlowUpMarkModule()

Methods

 o modulePostCondition
 public boolean modulePostCondition(Module m)
Do not go on to 'upper' modules when this module is a start module.

Overrides:
modulePostCondition in class MarkModule