Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.view.mxGraphSelectionModel
-
Packages that use mxGraphSelectionModel Package Description org.processmining.objectcentricconstraintchecking.algorithms.view -
-
Uses of mxGraphSelectionModel in org.processmining.objectcentricconstraintchecking.algorithms.view
Fields in org.processmining.objectcentricconstraintchecking.algorithms.view declared as mxGraphSelectionModel Modifier and Type Field Description protected mxGraphSelectionModelmxGraphSelectionModel.mxSelectionChange. modelprotected mxGraphSelectionModelmxGraph. selectionModelHolds thethat models the current selection. Methods in org.processmining.objectcentricconstraintchecking.algorithms.view that return mxGraphSelectionModel Modifier and Type Method Description protected mxGraphSelectionModelmxGraph. createSelectionModel()Constructs a new selection model to be used in this graph.mxGraphSelectionModelmxGraph. getSelectionModel()Constructors in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxGraphSelectionModel Constructor Description mxSelectionChange(mxGraphSelectionModel model, java.util.Collection<java.lang.Object> added, java.util.Collection<java.lang.Object> removed)
-