Class GraphMLReaderPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugins.ios.importers.graphml.GraphMLReaderPlugin
- All Implemented Interfaces:
GenericPlugin
public class GraphMLReaderPlugin extends GenericPluginAdapter
This plugin provides the functionality for reading graphML files.
- Author:
- ruediger
-
Constructor Summary
Constructors Constructor Description GraphMLReaderPlugin()
Constructs a newGraphMLReaderPlugin
. -
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
-
GraphMLReaderPlugin
public GraphMLReaderPlugin()Constructs a newGraphMLReaderPlugin
.
-