org.dftproject.genesis.core.agents
Interface IAgent

All Known Implementing Classes:
PGVAgent

public interface IAgent

An agent.


Method Summary
 void start()
          Starts up this agent.
 void stop()
          Stops this agent.
 

Method Detail

start

void start()
Starts up this agent.


stop

void stop()
Stops this agent.