public interface WorkspacePersistenceProvider
getIdentifier()
.
getIdentifier()
.
Thus this interface allows any module to serialize and deserialize its data to gephi project files.
In order to have your WorkspacePersistenceProvider
called, you
must annotate it with
@ServiceProvider(service = WorkspacePersistenceProvider.class, position = xy)The
position
parameter is optional but often useful when when
you need other WorkspacePersistenceProvider
data deserialized
before yours.Workspace
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Unique identifier for your
WorkspacePersistenceProvider . |
String getIdentifier()
WorkspacePersistenceProvider
.Copyright © 2007–2015 Gephi Consortium. All rights reserved.