public class ActivityDistributionAnalyzer extends Analyzer
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
activities
The relevant activities.
|
Constructor and Description |
---|
ActivityDistributionAnalyzer()
Creates the analyzer.
|
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.
|
exportData, getDataset, getMap, setMap, update
private java.util.List<java.lang.String> activities
public ActivityDistributionAnalyzer()
public java.lang.String[] getLineNames()
Analyzer
getLineNames
in class Analyzer
public java.lang.String getTitle()
Analyzer
public double[] getValues()
Analyzer