Class GraphMLWriterPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugins.ios.exporters.graphml.GraphMLWriterPlugin
- All Implemented Interfaces:
GenericPlugin
public class GraphMLWriterPlugin extends GenericPluginAdapter
The plugin class for the graphML writing package.
- Author:
- ruediger
-
Constructor Summary
Constructors Constructor Description GraphMLWriterPlugin()
Constructs a newGraphMLWriterPlugin
. -
Method Summary
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
configure, doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getGraphPostProcessors, getIcon, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
-
Constructor Details
-
GraphMLWriterPlugin
public GraphMLWriterPlugin()Constructs a newGraphMLWriterPlugin
.
-