vs
Class AgentModule

java.lang.Object
  extended by vs.AgentModule
All Implemented Interfaces:
IAgentModule

public class AgentModule
extends java.lang.Object
implements IAgentModule


Constructor Summary
AgentModule(IPlotAgent a)
           
 
Method Summary
 IPlotAgent getAgent()
          To get the Agent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentModule

public AgentModule(IPlotAgent a)
Method Detail

getAgent

public IPlotAgent getAgent()
Description copied from interface: IAgentModule
To get the Agent

Specified by:
getAgent in interface IAgentModule
Returns:
an Agent that owns this module