|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Exporter
Define a class that can export data. Different sub-interfaces are available for byte and character targets.
Method Summary | |
---|---|
boolean |
execute()
Run the export process. |
Workspace |
getWorkspace()
Returns the workspace from where data are exported |
void |
setWorkspace(Workspace workspace)
Sets the worksapce from where to export data |
Method Detail |
---|
boolean execute()
true
if the operation is successful,
false
if it has been cancelledvoid setWorkspace(Workspace workspace)
workspace
- the workspace to exportWorkspace getWorkspace()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |