| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.base.agent | |
| cz.cuni.amis.pogamut.base.agent.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
IAgent.resume()
This should resume the logic of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAgent.resume()
Resumes the agent - working only if the agent is in
IAgentStatePaused
1) switches state to IAgentStateResuming
2) broadcasts IResumingEvent (transactional)
3) calls resumeAgent()
4) broadcasts IResumedEvent (transactional)
5) switches state to IAgentStateRunning
Prevents recursion. |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.