Package org.gephi.statistics.api
Interface StatisticsModel
-
public interface StatisticsModelHosts executed statistics reports.- Author:
- Patrick J. McSweeney, Mathieu Bastian
- See Also:
StatisticsController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReport(Class<? extends Statistics> statistics)Returns the report for the given statistics class ornullif no report exists for this statistics.
-
-
-
Method Detail
-
getReport
String getReport(Class<? extends Statistics> statistics)
Returns the report for the given statistics class ornullif no report exists for this statistics.- Parameters:
statistics- a statistics class- Returns:
- the report or
nullif not found
-
-