Uses of Interface
org.gephi.project.spi.Model
-
Packages that use Model Package Description org.gephi.project.spi SPI for associating models to workspaces and manage persistence.org.gephi.statistics.api API for statistics and metrics tasks execution. -
-
Uses of Model in org.gephi.project.spi
Classes in org.gephi.project.spi with type parameters of type Model Modifier and Type Interface Description interfaceController<T extends Model>Singleton controllers that want to store data in workspaces can implement this interface. -
Uses of Model in org.gephi.statistics.api
Subinterfaces of Model in org.gephi.statistics.api Modifier and Type Interface Description interfaceStatisticsModelHosts executed statistics reports.
-