AIILE.gridworld.agent.reflex
Class ReflexAgentCustomizer

java.lang.Object
  extended byAIILE.gridworld.connection.AbstractGridWorldCustomizer
      extended byAIILE.gridworld.agent.reflex.ReflexAgentCustomizer
All Implemented Interfaces:
java.beans.Customizer

public class ReflexAgentCustomizer
extends AbstractGridWorldCustomizer

This is used for the javabean component architecture. The agent needs to create a class with the name of the agent followed by "Customizer" and then inherit the AbstractGridWorldCustomizer as shown below. All new agents must have their own Customizer class. See AIILE web page for help getting started.


Constructor Summary
ReflexAgentCustomizer()
          Creates a new instance of ReflexAgentCustomizer
 
Methods inherited from class AIILE.gridworld.connection.AbstractGridWorldCustomizer
addPropertyChangeListener, removePropertyChangeListener, setBuddyProperties, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflexAgentCustomizer

public ReflexAgentCustomizer()
Creates a new instance of ReflexAgentCustomizer