public class QueueAnalyzer extends Analyzer
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<QueuingArea> |
queues
The queues.
|
| Constructor and Description |
|---|
QueueAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getLineNames()
Gets the names of the lines.
|
private int |
getNumberOfPassengersInQueue(QueuingArea queue)
Gets the number of passengers in a queue.
|
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.
|
exportData, getDataset, getMap, updateprivate java.util.List<QueuingArea> queues
public java.lang.String[] getLineNames()
AnalyzergetLineNames in class Analyzerprivate int getNumberOfPassengersInQueue(QueuingArea queue)
queue - The queuing area.public java.lang.String getTitle()
Analyzerpublic double[] getValues()
Analyzerpublic java.lang.String getYAxis()
Analyzer