public class TallyAnimation extends Tally
UNDEFINED| Constructor and Description |
|---|
TallyAnimation(ModelAnimation owner,
java.lang.String name,
boolean showInReport,
boolean showInTrace)
Constructor with the same parameters as in Tally
|
| Modifier and Type | Method and Description |
|---|---|
void |
createAnimation(Position pos,
Form form,
boolean showInAnimation)
create standard animation
|
void |
createAnimation(TimeInstant highTime,
double valMin,
double valMax,
int histogramCells,
Position pos,
Form form,
boolean showInAnimation)
create animation with full parameterization
|
void |
reset()
Resets this Tally object by resetting all variables to 0.0 .
|
void |
update(double value)
Add a value to statistical object.
|
createDefaultReporter, getMean, getStdDev, update, updategetLastValue, getMaximum, getMinimum, updategetShowTimeSpansInReport, getUnit, setShowTimeSpansInReportgetUnitText, round, setUnitgetCorrespondingSchedulable, getDescription, getObservations, getReporter, incrementObservations, incrementObservations, reportIsOn, reportOff, reportOn, resetAt, setCorrespondingSchedulable, setDescription, setReportercurrent, currentEntity, currentEntityAll, currentEvent, currentModel, currentSimProcess, debugIsOn, debugOff, debugOn, getModel, isExperimentCompatible, isModelCompatible, presentTime, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOngetName, getQuotedName, toStringpublic TallyAnimation(ModelAnimation owner, java.lang.String name, boolean showInReport, boolean showInTrace)
owner - used modelname - name of TallyshowInReport - as in TallyshowInTrace - as in Tallypublic void createAnimation(Position pos, Form form, boolean showInAnimation)
pos - middle point of animation objectform - form of animation objectshowInAnimation - switch animation on or offpublic void createAnimation(TimeInstant highTime, double valMin, double valMax, int histogramCells, Position pos, Form form, boolean showInAnimation)
highTime - initial time line from now until highTimevalMin - initial value line from valMin to valMaxvalMax - initial value line from valMin to valMaxhistogramCells - no of histogram cells between valMin and valMax
0 means, there is no histogram support.pos - middle point of animation objectform - form of animation objectshowInAnimation - switch animation on or offpublic void update(double value)