EASE
Interface EnvironmentSpecification


public abstract interface EnvironmentSpecification


Method Summary
 java.util.Vector availableData()
          This function allows EASE to know which information can be sensed.
 ActInterface getActuators()
          This function is called to get an object which allows the actor to act.
 java.util.Vector getFactories()
          This function allows EASE to know what degrees of freedom the agent has.
 Interface getSensors()
          This function is called to get an object which does the sensing in the environment.
 void start()
          This function is called to start the environment
 

Method Detail

availableData

public java.util.Vector availableData()
This function allows EASE to know which information can be sensed.


getFactories

public java.util.Vector getFactories()
This function allows EASE to know what degrees of freedom the agent has.


start

public void start()
This function is called to start the environment


getSensors

public Interface getSensors()
This function is called to get an object which does the sensing in the environment.

getActuators

public ActInterface getActuators()
This function is called to get an object which allows the actor to act.