Package | Description |
---|---|
org.eth.cyril.telemetry | |
org.eth.cyril.telemetry.data |
Modifier and Type | Method and Description |
---|---|
java.util.List<Data> |
UsageModeDataGatherer.getGatheredData() |
java.util.List<Data> |
SettingsDataGatherer.getGatheredData() |
java.util.List<Data> |
RuleCountDataGatherer.getGatheredData() |
java.util.List<Data> |
LayoutAlgorithmDataGatherer.getGatheredData() |
java.util.List<Data> |
InteractiveModeDataGatherer.getGatheredData() |
java.util.List<Data> |
GraphLayoutReasonDataGatherer.getGatheredData() |
java.util.List<Data> |
DataGatherer.getGatheredData()
Gets the gathered data.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphLayoutReasonData
Data which records the reason for a graph to be drawn on screen.
|
class |
InteractiveModeData |
class |
LayoutInfo
Stores info about the graph layout algorithm.
|
class |
RuleCount |
class |
SettingsInfo
Information about the settings which are currently active in the system.
|
class |
UsageModeData |