Uses of Interface
vs.plotagent.IPerceptionManager

Packages that use IPerceptionManager
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
 

Uses of IPerceptionManager in vs.plotagent
 

Classes in vs.plotagent that implement IPerceptionManager
 class BasicPerceptionManager
           
 class BetterPerceptionManager
          Better implementation of perception handling.
 

Methods in vs.plotagent that return IPerceptionManager
 IPerceptionManager IPlotAgent.getPerceptionManager()
          Retrieves the Perception Manager
 IPerceptionManager BasicPlotAgent.getPerceptionManager()