public abstract class Agent extends Object
| Constructor and Description |
|---|
Agent() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(AgentObject agentObj)
Initializes the Agent with the distributed agent object.
|
abstract void |
start()
Starts the code running in the agent.
|
abstract void |
stop()
Stops the code running in the agent.
|
public void init(AgentObject agentObj)
public abstract void start()
public abstract void stop()
Copyright © 2015. All rights reserved.