| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Modulator.attachModule(Module<Ctx> m) |
void |
Modulator.detachModule(Module<Ctx> m) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicModule<Ctx> |
class |
EmptyTimedModule<Ctx> |
class |
NullModule<Ctx> |
class |
TimedModule<Ctx>
Here we log the timing of each callback exec, and also make the parent modulator's
presence explicit in each callback.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Module<Ctx>> |
BasicModulator.getFinishedModules() |
protected List<Module<Ctx>> |
BasicModulator.getModulesMatchingStates(Module.State... matchStates) |
protected List<Module<Ctx>> |
BasicModulator.getModulesNotMatchingStates(Module.State... excludedStates) |
protected List<Module<Ctx>> |
BasicModulator.getUnfinishedModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicModulator.attachModule(Module<Ctx> m) |
void |
BasicModulator.detachModule(Module<Ctx> m) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicModuleTestOne.PowerModule |
Copyright © 2010-2015. All Rights Reserved.