|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsBuilder
Statistics builder defines an statistics and is responsible for building new instances.
Builders must add @ServiceProvider annotation to be found by the system.
To be fully integrated, one must also also implement StatisticsUI
.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of statistics |
Statistics |
getStatistics()
Build a new statistics instance and return it |
java.lang.Class<? extends Statistics> |
getStatisticsClass()
Returns the statistics' class this UI belongs to. |
Method Detail |
---|
java.lang.String getName()
Statistics getStatistics()
java.lang.Class<? extends Statistics> getStatisticsClass()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |