Package org.gephi.statistics.api
Interface StatisticsModel
-
public interface StatisticsModel
Hosts 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 String
getReport(Class<? extends Statistics> statistics)
Returns the report for the given statistics class ornull
if no report exists for this statistics.
-
-
-
Method Detail
-
getReport
String getReport(Class<? extends Statistics> statistics)
Returns the report for the given statistics class ornull
if no report exists for this statistics.- Parameters:
statistics
- a statistics class- Returns:
- the report or
null
if not found
-
-