| Package | Description |
|---|---|
| org.gephi.io.importer.api |
API for importing data from any support.
|
| org.gephi.io.importer.impl | |
| org.gephi.io.processor.plugin | |
| org.gephi.io.processor.spi |
Interfaces that define the way data are unloaded from container and
appened to the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportController.process(Container[] containers,
Processor processor,
Workspace workspace) |
void |
ImportController.process(Container container,
Processor processor,
Workspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportControllerImpl.process(Container[] containers,
Processor processor,
Workspace workspace) |
void |
ImportControllerImpl.process(Container container,
Processor processor,
Workspace workspace) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor |
class |
AppendProcessor
Processor 'Append graph' that tries to find in the current workspace nodes and edges in the container to only append new elements.
|
class |
DefaultProcessor
Processor 'Add full graph' that unloads the complete container into the workspace.
|
class |
MergeProcessor
Processor 'Merge graphs' that merges multiple containers into the current
workspace.
|
class |
MultiProcessor
Processor 'Multi graphs' that creates a workspace for every container.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcessorUI.isUIFoProcessor(Processor processor)
Returns
true if this UI belongs to the given processor. |
void |
ProcessorUI.setup(Processor processor)
Link the UI to the processor and therefore to settings values.
|
Copyright © 2007–2017. All rights reserved.