| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Module.State |
Module.getState() |
static Module.State |
Module.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module.State[] |
Module.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Module.State |
BasicModule.getState() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Module<Ctx>> |
BasicModulator.getModulesMatchingStates(Module.State... matchStates) |
protected List<Module<Ctx>> |
BasicModulator.getModulesNotMatchingStates(Module.State... excludedStates) |
protected static boolean |
BasicModulator.isModuleInActionState(Module.State modState) |
protected void |
BasicModule.verifyStoredState(String checkingMethod,
boolean throExcept,
Module.State... allowedStates)
Ensure we are in an allowed state, will notifyStateViolation if not.
|
Copyright © 2010-2015. All Rights Reserved.