Package org.gephi.project.spi
SPI for associating models to workspaces and manage persistence.
Workspaces are suitable for hosting any type of data modules wants to. By implementing a
Controller service, modules can attach a model to a workspace.
-
Interface Summary Interface Description Controller<T extends Model> Singleton controllers that want to store data in workspaces can implement this interface.Model Model interface that can be used in combination withControllerto store data in workspaces.WorkspaceBytesPersistenceProvider Binary Workspace persistence provider.WorkspacePersistenceProvider Interface modules implement to notify the system they can read/write part of the .gephi project file to serialize states and data.WorkspaceXMLPersistenceProvider XML Workspace persistence provider.