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, updateprivate java.util.List<java.lang.String> activities
public ActivityDistributionAnalyzer()
public java.lang.String[] getLineNames()
AnalyzergetLineNames in class Analyzerpublic java.lang.String getTitle()
Analyzerpublic double[] getValues()
Analyzer