|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.io.processor.plugin.AbstractProcessor
org.gephi.io.processor.plugin.AppendProcessor
public class AppendProcessor
Processor 'Append graph' that tries to find in the current workspace nodes and edges in the container to only append new elements. It uses elements' id and label to do the matching.
The attibutes are not merged and values are from the latest element imported.
Field Summary |
---|
Fields inherited from class org.gephi.io.processor.plugin.AbstractProcessor |
---|
attributeModel, container, workspace |
Constructor Summary | |
---|---|
AppendProcessor()
|
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Returns the processor name. |
void |
process()
Process data from the container to the workspace. |
Methods inherited from class org.gephi.io.processor.plugin.AbstractProcessor |
---|
flushToEdge, flushToEdgeAttributes, flushToNode, flushToNodeAttributes, setContainer, setWorkspace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.gephi.io.processor.spi.Processor |
---|
setContainer, setWorkspace |
Constructor Detail |
---|
public AppendProcessor()
Method Detail |
---|
public java.lang.String getDisplayName()
Processor
getDisplayName
in interface Processor
public void process()
Processor
process
in interface Processor
Importer
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |