Class GMLSerializerPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugins.ios.exporters.gml.GMLSerializerPlugin
- All Implemented Interfaces:
GenericPlugin
public class GMLSerializerPlugin extends GenericPluginAdapter
Provides a GML serializer. See http://infosun.fmi.uni-passau.de/Graphlet/GML/
for more details.
- Version:
- $Revision: 1.6 $
-
Constructor Summary
Constructors Constructor Description GMLSerializerPlugin()
Constructor for GMLSerializerPlugin. -
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
-
GMLSerializerPlugin
public GMLSerializerPlugin()Constructor for GMLSerializerPlugin.
-