| Modifier and Type | Interface and Description |
|---|---|
interface |
Log |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Cancel |
interface |
Finalize |
interface |
Send
This interface represents a send element (http://www.w3.org/TR/scxml/#send).
|
| Modifier and Type | Method and Description |
|---|---|
List<Executable> |
State.getOnEntryExecutables() |
List<Executable> |
State.getOnExitExecutables() |
| Modifier and Type | Method and Description |
|---|---|
void |
State.addOnEntryExecutable(Executable executable) |
void |
State.addOnExitExecutable(Executable var) |
| Modifier and Type | Method and Description |
|---|---|
void |
State.addOnEntryExecutables(List<Executable> executables) |
void |
State.addOnExitExecutables(List<Executable> vars) |
void |
State.clearAndSetOnEntryExecutables(List<Executable> executables) |
void |
State.clearAndSetOnExitExecutables(List<Executable> vars) |
| Modifier and Type | Method and Description |
|---|---|
List<Executable> |
Transition.getExecutables() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transition.addExecutable(Executable executable) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transition.addExecutables(List<Executable> executables) |
void |
Transition.clearAndSetExecutables(List<Executable> executables) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Assign |
interface |
Conditional |
interface |
CustomAction |
interface |
Elif |
interface |
Else |
interface |
ForEach |
interface |
If |
interface |
Raise |
interface |
Script |
| Modifier and Type | Class and Description |
|---|---|
class |
Log |
Copyright © 2015. All rights reserved.