Package | Description |
---|---|
alice.tuplecentre.core |
Modifier and Type | Class and Description |
---|---|
class |
FetchEnvState
This is the listening state of the TCVM
|
class |
FetchState
This is the listening state of the TCVM
|
class |
IdleState
This is the idle state of the tuple centre virtual machine
|
class |
ListeningState
This is the listening state of the TCVM
|
class |
ReactingState
This is the reacting state of the TCVM
|
class |
ResetState
This is the reset state of the TCVM
|
class |
SpeakingState
This is the speaking state of the TCVM
|
Modifier and Type | Method and Description |
---|---|
AbstractTupleCentreVMState |
SpeakingState.getNextState() |
AbstractTupleCentreVMState |
ResetState.getNextState() |
AbstractTupleCentreVMState |
ReactingState.getNextState() |
AbstractTupleCentreVMState |
ListeningState.getNextState() |
AbstractTupleCentreVMState |
IdleState.getNextState() |
AbstractTupleCentreVMState |
FetchState.getNextState() |
AbstractTupleCentreVMState |
FetchEnvState.getNextState() |
abstract AbstractTupleCentreVMState |
AbstractTupleCentreVMState.getNextState() |
AbstractTupleCentreVMState |
AbstractTupleCentreVMContext.getState(java.lang.String stateName)
Gets a state of tuple centre virtual machine.
|