Class EditorMenuBar.AnalyzeGraph
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.processmining.objectcentricconstraintchecking.algorithms.editor.EditorMenuBar.AnalyzeGraph
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- EditorMenuBar
public static class EditorMenuBar.AnalyzeGraph extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EditorMenuBar.AnalyzeTypeanalyzeType
-
Constructor Summary
Constructors Constructor Description AnalyzeGraph(EditorMenuBar.AnalyzeType analyzeType, mxAnalysisGraph aGraph)Examples for calling analysis methods from mxGraphStructure
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
analyzeType
protected EditorMenuBar.AnalyzeType analyzeType
-
-
Constructor Detail
-
AnalyzeGraph
public AnalyzeGraph(EditorMenuBar.AnalyzeType analyzeType, mxAnalysisGraph aGraph)
Examples for calling analysis methods from mxGraphStructure
-
-