com.agentfactory.cldc
Interface PerceptorFactory

All Known Implementing Classes:
DualMTSPerceptorFact, MTSPerceptorFact, SelfPerceptorFact

public interface PerceptorFactory

This class is extended by factories to create perceptor instances. Factories are only required when migration is being used.

Author:
Conor Muldoon

Method Summary
 Perceptor createPerceptor(PerceptionManager manager)
          Factory classes implement this interface to create a perceptor in the migration process.
 

Method Detail

createPerceptor

Perceptor createPerceptor(PerceptionManager manager)
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.

Parameters:
manager -
Returns:
a perceptor created by this factory.