public class ListeningState extends AbstractTupleCentreVMState
vm
Constructor and Description |
---|
ListeningState(AbstractTupleCentreVMContext tcvm) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
AbstractTupleCentreVMState |
getNextState() |
boolean |
isIdle() |
void |
resolveLinks() |
log
public ListeningState(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