Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.editor.EditorMenuBar.AnalyzeType
-
Packages that use EditorMenuBar.AnalyzeType Package Description org.processmining.objectcentricconstraintchecking.algorithms.editor -
-
Uses of EditorMenuBar.AnalyzeType in org.processmining.objectcentricconstraintchecking.algorithms.editor
Fields in org.processmining.objectcentricconstraintchecking.algorithms.editor declared as EditorMenuBar.AnalyzeType Modifier and Type Field Description protected EditorMenuBar.AnalyzeTypeEditorMenuBar.AnalyzeGraph. analyzeTypeMethods in org.processmining.objectcentricconstraintchecking.algorithms.editor that return EditorMenuBar.AnalyzeType Modifier and Type Method Description static EditorMenuBar.AnalyzeTypeEditorMenuBar.AnalyzeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EditorMenuBar.AnalyzeType[]EditorMenuBar.AnalyzeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type EditorMenuBar.AnalyzeType Constructor Description AnalyzeGraph(EditorMenuBar.AnalyzeType analyzeType, mxAnalysisGraph aGraph)Examples for calling analysis methods from mxGraphStructure
-