org.commonreality.sensors.handlers
Interface ICommandTimingEquation

All Known Implementing Classes:
SerialDurationEquation

public interface ICommandTimingEquation


Method Summary
 double computeTimings(DeltaTracker<IMutableObject> command)
          compute how long it will take to execute a command.
 

Method Detail

computeTimings

double computeTimings(DeltaTracker<IMutableObject> command)
compute how long it will take to execute a command. If the command is an ICompoundCommand, then the timings and relative start times for the components should be updated as well

Parameters:
command -
Returns:
duration of the command