public class RuleCountDataGatherer extends java.lang.Object implements DataGatherer
Constructor and Description |
---|
RuleCountDataGatherer() |
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates the gathering of data.
|
void |
deactivate()
Deactivates the gathering of data.
|
java.util.List<Data> |
getGatheredData()
Gets the gathered data.
|
public void activate()
DataGatherer
activate
in interface DataGatherer
public void deactivate()
DataGatherer
DataGatherer#getJsonData()
method. However, no new data will be gathered.deactivate
in interface DataGatherer
public java.util.List<Data> getGatheredData()
DataGatherer
getGatheredData
in interface DataGatherer