public class SpeakingState extends AbstractTupleCentreVMState
vm
Constructor and Description |
---|
SpeakingState(AbstractTupleCentreVMContext tcvm) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
AbstractTupleCentreVMState |
getNextState() |
boolean |
isIdle() |
void |
resolveLinks() |
log
public SpeakingState(AbstractTupleCentreVMContext tcvm)
tcvm
- the tuple centre VM this state belongs topublic void execute()
execute
in class AbstractTupleCentreVMState
public AbstractTupleCentreVMState getNextState()
getNextState
in class AbstractTupleCentreVMState
public boolean isIdle()
isIdle
in class AbstractTupleCentreVMState
public void resolveLinks()
resolveLinks
in class AbstractTupleCentreVMState