|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Processor
Interface that define the way data are unloaded from container and appened to the workspace.
The purpose of processors is to unload data from the import container and push it to the workspace, with various strategy. For instance a processor could either create a new workspace or append data to the current workspace, managing doubles.
ImportController
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Returns the processor name. |
void |
process()
Process data from the container to the workspace. |
void |
setContainer(ContainerUnloader container)
Sets the data container. |
void |
setWorkspace(Workspace workspace)
Sets the destination workspace for the data in the container. |
Method Detail |
---|
void process()
Importer
void setContainer(ContainerUnloader container)
container
- the container where data arevoid setWorkspace(Workspace workspace)
workspace
- the workspace where data are to be pushedjava.lang.String getDisplayName()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |