|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Clock | |
| zeus.actors | |
| zeus.agents | |
| Uses of Clock in zeus.actors |
| Fields in zeus.actors declared as Clock | |
protected Clock |
ZeusAgentContext.clock
The agent's local time-keeping model |
| Methods in zeus.actors that return Clock | |
Clock |
AgentContext.Clock()
|
Clock |
AgentContext.getClock()
|
Clock |
ZeusAgentContext.Clock()
|
Clock |
ZeusAgentContext.getClock()
|
| Methods in zeus.actors with parameters of type Clock | |
void |
AgentContext.set(Clock clock)
setting the clock is a vital activity for a Zeus agent, basically by getting a Clock that is set to the Agency time (provided by the ANServer) the agent are able to co-ordinate their actions |
void |
ZeusAgentContext.set(Clock clock)
|
| Uses of Clock in zeus.agents |
| Constructors in zeus.agents with parameters of type Clock | |
ACCAgent(java.lang.String type,
java.lang.String name,
java.util.Vector nameservers,
Clock clock)
|
|
ANServer(java.lang.String name,
java.util.Vector nameservers,
Clock clock)
|
|
BasicAgent(java.lang.String type,
java.lang.String name,
java.util.Vector nameservers,
Clock clock)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||