Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
N
O
R
S
T
A
AbsEntity
- Class in
com.codexombie.jspasm
The abstract superclass of all Entity classes.
AbsEntity()
- Constructor for class com.codexombie.jspasm.
AbsEntity
addEventSpec(String, Class[])
- Method in class com.codexombie.jspasm.
Model
Adds an event spec to the model, where the event's arguments are defined by a class array.
addEventSpec(String, String)
- Method in class com.codexombie.jspasm.
Model
Adds an event spec to the model, where the event's arguments are defined by a comma/space-separated String of fully-qualified class names.
addExcursionTransition(String, String, String)
- Method in class com.codexombie.jspasm.
Model
Add an EXCURSION transition.
addIgnoreTransition(String, String)
- Method in class com.codexombie.jspasm.
Model
Add an IGNORE transition.
addModel(Model)
- Method in class com.codexombie.jspasm.
Engine
Add a model to the Engine's internal data.
addNoExecuteTransition(String, String, String)
- Method in class com.codexombie.jspasm.
Model
Add a NO_EXECUTE transition.
addNormalTransition(String, String, String)
- Method in class com.codexombie.jspasm.
Model
Add an NORMAL transition.
addState(String, String, Class[])
- Method in class com.codexombie.jspasm.
Model
Adds a state to the model, where the state's arguments are defined by a class array.
addState(String, String, String)
- Method in class com.codexombie.jspasm.
Model
Adds a state to the model, where the state's arguments are defined by a comma/space-separated String of fully-qualified class names.
addTransition(String, String, String, int)
- Method in class com.codexombie.jspasm.
Model
Add a transition to the model.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
N
O
R
S
T