Package | Description |
---|---|
org.agilewiki.jactor.simpleMachine |
You can think of a State Machine as a kind of computer.
|
Modifier and Type | Class and Description |
---|---|
class |
_Call
Instantiate and execute a subordinate state machine.
|
class |
_Goto
Set the program counter of the state machine.
|
class |
_IfF
If the (indirect) condition is true, set the program counter of the state machine.
|
class |
_IfV
If the condition is true, set the program counter of the state machine.
|
class |
_Iterator
A state machine compatible extension of JAIterator.
|
class |
_ReturnF
Exit the state machine with the given (indirect) result.
|
class |
_ReturnV
Exit the state machine with the given result.
|
class |
_Send
Send a request to an actor.
|
class |
_SendFF
Send an (indirect) request to an (indirect) actor.
|
class |
_SendFV
Send an (indirect) request to an actor.
|
class |
_SendVF
Send a request to an (indirect) actor.
|
class |
_SendVV
Send a request to an actor.
|
class |
_SetF
Assign an (indirect) partial result.
|
class |
_SetV
Assign a partial result.
|
Modifier and Type | Method and Description |
---|---|
_Operation |
_SMBuilder.getOperation(int ndx)
Returns an operation.
|
Modifier and Type | Method and Description |
---|---|
void |
_SMBuilder.add(_Operation operation)
Add an _Operation to the operations.
|
Copyright © 2012. All Rights Reserved.