Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.analysis.mxGraphProperties.GraphType
-
-
Uses of mxGraphProperties.GraphType in org.processmining.objectcentricconstraintchecking.algorithms.analysis
Methods in org.processmining.objectcentricconstraintchecking.algorithms.analysis that return mxGraphProperties.GraphType Modifier and Type Method Description static mxGraphProperties.GraphTypemxGraphProperties.GraphType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static mxGraphProperties.GraphType[]mxGraphProperties.GraphType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of mxGraphProperties.GraphType in org.processmining.objectcentricconstraintchecking.algorithms.editor
Fields in org.processmining.objectcentricconstraintchecking.algorithms.editor declared as mxGraphProperties.GraphType Modifier and Type Field Description protected mxGraphProperties.GraphTypeEditorMenuBar.InsertGraph. graphTypeprotected mxGraphProperties.GraphTypeGraphConfigDialog. graphTypeMethods in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type mxGraphProperties.GraphType Modifier and Type Method Description voidGraphConfigDialog. configureLayout(mxGraph graph, mxGraphProperties.GraphType graphType, mxAnalysisGraph aGraph)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type mxGraphProperties.GraphType Constructor Description GraphConfigDialog(mxGraphProperties.GraphType graphType2, java.lang.String dialogText)InsertGraph(mxGraphProperties.GraphType tree, mxAnalysisGraph aGraph)
-