Class SBML_XML_ReaderWriterPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugin.EditorPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_EditorPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.addons.AddonAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBML_XML_ReaderWriterPlugin
- All Implemented Interfaces:
EditorPlugin
,GenericPlugin
public class SBML_XML_ReaderWriterPlugin extends AddonAdapter
Importer and Exporter of SBML format Add-on.
- Author:
- Christian Klukas
- Recent revisions:
- 2.6.5
-
Field Summary
Fields Modifier and Type Field Description static boolean
isTestintMode
Fields inherited from class org.graffiti.plugin.EditorPluginAdapter
tools
-
Constructor Summary
Constructors Constructor Description SBML_XML_ReaderWriterPlugin()
-
Method Summary
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.plugins.addons.AddonAdapter
getIcon
Methods inherited from class org.graffiti.plugin.EditorPluginAdapter
getAttributeComponents, getGUIComponents, getInspectorTabs, getModes, getShapes, getTools, getValueEditComponents
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
configure, doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getGraphPostProcessors, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.graffiti.plugin.GenericPlugin
configure, doBeforeExit, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, stop
-
Field Details
-
isTestintMode
public static boolean isTestintMode
-
-
Constructor Details
-
SBML_XML_ReaderWriterPlugin
public SBML_XML_ReaderWriterPlugin()
-