|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| com.x8ing.lsm4j.state | Provides classes that build the base structure of the state machine. |
| com.x8ing.lsm4j.std | Provides some simple implementation of the interfaces that might be useful. |
| com.x8ing.mc.bp | |
| com.x8ing.mc.bp.develop | |
| com.x8ing.mc.bp.operation | |
| Uses of Action in com.x8ing.lsm4j.state |
|---|
| Methods in com.x8ing.lsm4j.state that return Action | |
|---|---|
Action |
ProcessableTransition.getAction()
|
Action |
ProcessableState.getAction()
|
| Methods in com.x8ing.lsm4j.state with parameters of type Action | |
|---|---|
void |
ProcessableGraph.addValidTransition(ProcessableState currentState,
ProcessableState nextState,
Condition condition,
Action transitionAction)
|
void |
ProcessableTransition.setAction(Action action)
|
void |
ProcessableState.setAction(Action action)
|
| Constructors in com.x8ing.lsm4j.state with parameters of type Action | |
|---|---|
ProcessableState(int uniqueID,
java.lang.String description,
Action action,
boolean isEndState)
|
|
ProcessableState(int uniqueID,
java.lang.String description,
Action action,
boolean isEndState,
StateMetaInformation stateMetaInformation)
|
|
ProcessableTransition(ProcessableState currentState,
ProcessableState nextState,
Condition condition,
Action transitionAction)
|
|
| Uses of Action in com.x8ing.lsm4j.std |
|---|
| Classes in com.x8ing.lsm4j.std that implement Action | |
|---|---|
class |
EmptyAction
An Action that does nothing but stores all parameters as members. |
| Uses of Action in com.x8ing.mc.bp |
|---|
| Classes in com.x8ing.mc.bp that implement Action | |
|---|---|
class |
AbstractBusinessAction
Provides some functionality which is useful in context of business processes. |
| Uses of Action in com.x8ing.mc.bp.develop |
|---|
| Classes in com.x8ing.mc.bp.develop that implement Action | |
|---|---|
class |
AddBugToFixListAction
|
class |
AnalyzeCostLossAction
|
class |
DeployAndReleaseAction
|
class |
DocumentAndFinishProcessAction
|
class |
EndProcessAction
A virtual action for state framework reasons only. |
class |
FixAllKnownBugsAction
|
class |
TestingAction
|
| Uses of Action in com.x8ing.mc.bp.operation |
|---|
| Classes in com.x8ing.mc.bp.operation that implement Action | |
|---|---|
class |
OperationDownAction
|
class |
OperationRunsAction
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||