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, getMap
private java.util.List<QueuingArea> queues
private java.util.List<java.util.HashMap<Passenger,double[]>> times
public java.lang.String[] getLineNames()
Analyzer
getLineNames
in class Analyzer
public java.lang.String getTitle()
Analyzer
public double[] getValues()
Analyzer
public java.lang.String getYAxis()
Analyzer
public void update(int timeStep)
Analyzer