public class TimeInQueueAnalyzer extends Analyzer
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<QueuingArea> |
queues
The queues.
|
private java.util.List<java.util.HashMap<Passenger,double[]>> |
times
The time in queue for each agent.
|
| Constructor and Description |
|---|
TimeInQueueAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getLineNames()
Gets the names of the lines.
|
java.lang.String |
getTitle()
The title of the value update.
|
double[] |
getValues()
Gets the current values for a graph.
|
java.lang.String |
getYAxis()
The title of the y axis.
|
void |
setMap(Map map)
Sets the map.
|
void |
update(int timeStep)
Update the graph time with a specified step.
|
exportData, getDataset, getMapprivate java.util.List<QueuingArea> queues
private java.util.List<java.util.HashMap<Passenger,double[]>> times
public java.lang.String[] getLineNames()
AnalyzergetLineNames in class Analyzerpublic java.lang.String getTitle()
Analyzerpublic double[] getValues()
Analyzerpublic java.lang.String getYAxis()
Analyzerpublic void update(int timeStep)
Analyzer