edu.cmu.cs.coral.icf
Interface Feedback


public abstract interface Feedback

Represents Feedback to a Controller from a Simulator or the real world.

Since:
ICF 0.0
Version:
$Id$

Method Summary
 java.util.Date getTime()
          Gets the time that this Feedback object was generated (in simulation time for Feedback from a Simulator).
 

Method Detail

getTime

public java.util.Date getTime()
Gets the time that this Feedback object was generated (in simulation time for Feedback from a Simulator).
Returns:
the time this Feedback corresponds to
Since:
ICF 0.0