EASE.Acting
Interface ActInterface


public abstract interface ActInterface


Method Summary
 void Act(java.util.Vector actions)
          This is the function called by the agent controller when it wishes to send an action.
 

Method Detail

Act

public void Act(java.util.Vector actions)
This is the function called by the agent controller when it wishes to send an action.

A Vector of Objects is passed with each object representing the output from one factory Perhaps there should be some return value?