com.agentfactory.cldc.p2pmts
Class DualMTSPerceptorFact

java.lang.Object
  extended by com.agentfactory.cldc.p2pmts.DualMTSPerceptorFact
All Implemented Interfaces:
PerceptorFactory

public class DualMTSPerceptorFact
extends java.lang.Object
implements PerceptorFactory

Creates an instance of the DualMTSPerceptor using the specified perception manager. It should be noted that factory classes are only required when migration is being used.

Author:
Conor Muldoon

Constructor Summary
DualMTSPerceptorFact()
           
 
Method Summary
 Perceptor createPerceptor(PerceptionManager manager)
          Factory classes implement this interface to create a perceptor in the migration process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualMTSPerceptorFact

public DualMTSPerceptorFact()
Method Detail

createPerceptor

public Perceptor createPerceptor(PerceptionManager manager)
Description copied from interface: PerceptorFactory
Factory classes implement this interface to create a perceptor in the migration process. Each perceptor that is created when an agent migrates on to the platform will require its own factory class. The manager is passed to the actuator's constructor.

Specified by:
createPerceptor in interface PerceptorFactory
Returns:
a perceptor created by this factory.