public class AggregateAnimation extends Aggregate
UNDEFINED
Constructor and Description |
---|
AggregateAnimation(ModelAnimation owner,
java.lang.String name,
boolean showInReport,
boolean showInTrace,
boolean isResetResistant)
Constructor with the same parameters as in Aggregate
|
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 Aggregate object by resetting (nearly) all variables to zero.
|
void |
update(double value)
Add a value to statistical object.
|
createDefaultReporter, getMaximum, getMinimum, getValue, update, update
getShowTimeSpansInReport, getUnit, setShowTimeSpansInReport
getUnitText, round, setUnit
getCorrespondingSchedulable, getDescription, getObservations, getReporter, incrementObservations, incrementObservations, reportIsOn, reportOff, reportOn, resetAt, setCorrespondingSchedulable, setDescription, setReporter
current, currentEntity, currentEntityAll, currentEvent, currentModel, currentSimProcess, debugIsOn, debugOff, debugOn, getModel, isExperimentCompatible, isModelCompatible, presentTime, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOn
getName, getQuotedName, toString
public AggregateAnimation(ModelAnimation owner, java.lang.String name, boolean showInReport, boolean showInTrace, boolean isResetResistant)
owner
- used modelname
- name of process-stationshowInReport
- as in AggregateshowInTrace
- as in AggregateisResetResistant
- as in Aggregatepublic 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)