Q - The type of SimQueues supported.public class AutoSimQueueStatEntry<Q extends SimQueue> extends Object
Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Constructor and Description |
|---|
AutoSimQueueStatEntry(String name,
SimQueueProbe<Q> probe) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculate(double startTime,
double endTime) |
double |
getAvgValue() |
double |
getCumValue() |
double |
getMaxValue() |
double |
getMinValue() |
String |
getName() |
int |
getNumberOfProbes() |
SimQueueProbe<Q> |
getSimQueueProbe() |
void |
reset() |
void |
update(Q queue,
double dt) |
public AutoSimQueueStatEntry(String name, SimQueueProbe<Q> probe)
public final String getName()
public final SimQueueProbe<Q> getSimQueueProbe()
public final int getNumberOfProbes()
public final double getCumValue()
public final double getAvgValue()
public final double getMinValue()
public final double getMaxValue()
public void reset()
public void update(Q queue, double dt)
public void calculate(double startTime,
double endTime)
Copyright © 2018. All rights reserved.