Package | Description |
---|---|
org.agilewiki.jactor.simpleMachine |
You can think of a State Machine as a kind of computer.
|
Modifier and Type | Method and Description |
---|---|
void |
_SetV.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_SetF.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_Send.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_ReturnV.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_ReturnF.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_Operation.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_Iterator.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_IfV.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_IfF.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_Goto.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
void |
_Call.call(SimpleMachine stateMachine,
RP rp)
Perform the operation.
|
Object |
ObjectFunc.get(SimpleMachine sm)
Returns an object.
|
boolean |
BooleanFunc.get(SimpleMachine sm)
Returns a boolean.
|
Actor |
ActorFunc.get(SimpleMachine sm)
Returns an actor.
|
Request |
_SendVV.getRequest(SimpleMachine stateMachine)
Returns the request.
|
Request |
_SendVF.getRequest(SimpleMachine stateMachine)
Returns the request.
|
Request |
_SendFV.getRequest(SimpleMachine stateMachine)
Returns the request.
|
Request |
_SendFF.getRequest(SimpleMachine stateMachine)
Returns the request.
|
abstract Request |
_Send.getRequest(SimpleMachine stateMachine)
Returns the request.
|
Actor |
_SendVV.getTargetActor(SimpleMachine stateMachine)
Returns the actor which is to receive the message.
|
Actor |
_SendVF.getTargetActor(SimpleMachine stateMachine)
Returns the actor which is to receive the message.
|
Actor |
_SendFV.getTargetActor(SimpleMachine stateMachine)
Returns the actor which is to receive the message.
|
Actor |
_SendFF.getTargetActor(SimpleMachine stateMachine)
Returns the actor which is to receive the message.
|
abstract Actor |
_Send.getTargetActor(SimpleMachine stateMachine)
Returns the actor which is to receive the message.
|
protected void |
_Iterator.init(SimpleMachine stateMachine)
Optional initialization, as required.
|
Copyright © 2012. All Rights Reserved.