Package org.gephi.project.spi
Interface Model
-
public interface Model
Model interface that can be used in combination withController
to store data in workspaces. This model should work as a one-to-one relationship with the workspace so that a unique instance of this model is created for each workspace during its lifetime.- See Also:
Controller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Workspace
getWorkspace()
Returns the workspace this model is associated with.
-
-
-
Method Detail
-
getWorkspace
Workspace getWorkspace()
Returns the workspace this model is associated with.- Returns:
- the workspace
-
-