public class CountAnimation extends Count
UNDEFINED
Constructor and Description |
---|
CountAnimation(ModelAnimation owner,
java.lang.String name,
boolean showInReport,
boolean showInTrace)
Constructor with the same parameters as in Count
|
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 Count object by resetting (nearly) all variables to zero.
|
void |
update(long value)
Add a value to statistical object.
|
activateInterArrivalTimeTally, activateInterArrivalTimeTally, activateInterArrivalTimeTally, createDefaultReporter, deactivateInterArrivalTimeTally, getMaximum, getMinimum, getValue, isInterArrivalTimeTallyActivated, setCorrespondingSchedulable, update, update
getUnit, getUnitText, round, setUnit
getCorrespondingSchedulable, getDescription, getObservations, getReporter, incrementObservations, incrementObservations, reportIsOn, reportOff, reportOn, resetAt, 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 CountAnimation(ModelAnimation owner, java.lang.String name, boolean showInReport, boolean showInTrace)
owner
- used modelname
- name of process-stationshowInReport
- as in CountshowInTrace
- as in Countpublic 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(long value)