public interface Processor
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| Modifier and Type | Method and Description |
|---|---|
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.
|
void process()
Importervoid setContainer(ContainerUnloader container)
container - the container where data arevoid setWorkspace(Workspace workspace)
workspace - the workspace where data are to be pushedString getDisplayName()
Copyright © 2007-2012 Gephi Consortium. All Rights Reserved.