Package org.gephi.statistics.api
Interface StatisticsModel
-
- All Superinterfaces:
Model
public interface StatisticsModel extends Model
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 StringgetReport(Class<? extends Statistics> statistics)Returns the report for the given statistics class ornullif no report exists for this statistics.-
Methods inherited from interface org.gephi.project.spi.Model
getWorkspace
-
-
-
-
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
-
-