Class SOMplugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.som.SOMplugin
- All Implemented Interfaces:
GenericPlugin
public class SOMplugin extends IPK_PluginAdapter
- Author:
- Christian Klukas
-
Constructor Summary
Constructors Constructor Description SOMplugin()
-
Method Summary
Modifier and Type Method Description static String[]
getColumns()
static DataSet
getDataSet(boolean init)
static boolean
getLastUseAverageSetting()
static void
setColumns(String[] cols)
static void
setLastUseAverageSetting(boolean useAverageValues)
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
getIcon, getInspectorTabs
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
-
Constructor Details
-
SOMplugin
public SOMplugin()
-
-
Method Details
-
getDataSet
- Returns:
-
getColumns
-
setColumns
-
getLastUseAverageSetting
public static boolean getLastUseAverageSetting() -
setLastUseAverageSetting
public static void setLastUseAverageSetting(boolean useAverageValues)
-