Uses of Interface
org.appdapter.api.module.Modulator

Packages that use Modulator
org.appdapter.api.module Micro-framework of defined execution lifecycles for parallel state machines. 
org.appdapter.module.basic The "Basic" Module system provides a simple implementation of the Module + Modulator interfaces and concepts. 
org.appdapter.registry.test Simple unit test programs for the "Basic" Registry and Modulator implementations. 
 

Uses of Modulator in org.appdapter.api.module
 

Classes in org.appdapter.api.module with type parameters of type Modulator
 interface Module<ParentModulator extends Modulator>
          A Module has 5 ActionMethods = [initModule(), start(), runOnce(), stop(), releaseModule()] and 8 formal states.
 

Uses of Modulator in org.appdapter.module.basic
 

Classes in org.appdapter.module.basic with type parameters of type Modulator
 class BasicModule<PM extends Modulator>
           
 class EmptyTimedModule<Mlator extends Modulator>
           
 class NullModule<PM extends Modulator>
           
 class TimedModule<Mlator extends Modulator>
          Here we log the timing of each callback exec, and also make the parent modulator's presence explicit in each callback.
 

Classes in org.appdapter.module.basic that implement Modulator
 class BasicModulator
           
 

Uses of Modulator in org.appdapter.registry.test
 

Methods in org.appdapter.registry.test with parameters of type Modulator
 void BasicModuleTestOne.processBatches(Modulator mu, int count)
           
 



Copyright © 2010-2012. All Rights Reserved.