uchicago.src.sim.analysis
Interface Sequence

All Known Implementing Classes:
AverageSequence, MaxSequence, MinSequence, ObjectSequence

public interface Sequence

Interface for objects that are the source of data to be plotted by a sequence graph.

Version:
$Revision: 1.3 $ $Date: 2004/11/03 19:51:00 $
Author:
Nick Collier
See Also:
uchicago.src.sim.analysis.SequenceGraph

Method Summary
 double getSValue()
          Gets the value to be plotted.
 

Method Detail

getSValue

double getSValue()
Gets the value to be plotted. This is implemented by the modeler to return whatever value that he or she wishes to be plotted.

Returns:
the value to be plotted.