Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.model.mxCell
-
-
Uses of mxCell in org.processmining.objectcentricconstraintchecking.algorithms.editor
Methods in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type mxCell Modifier and Type Method Description voidActEditorPalette. addActTemplate(java.lang.String name, javax.swing.ImageIcon icon, mxCell cell)voidEditorPalette. addActTemplate(java.lang.String name, javax.swing.ImageIcon icon, mxCell cell)voidobjEditorPalette. addActTemplate(java.lang.String name, javax.swing.ImageIcon icon, mxCell cell)voidEditorPalette. addObjTemplate(java.lang.String name, javax.swing.ImageIcon icon, mxCell cell)voidobjEditorPalette. addObjTemplate(java.lang.String name, javax.swing.ImageIcon icon, mxCell cell)voidPerformanceEditorPalette. addPerformanceTemplate(java.lang.String name, javax.swing.ImageIcon icon, mxCell cell) -
Uses of mxCell in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint
Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint that return types with arguments of type mxCell Modifier and Type Method Description static java.util.ArrayList<mxCell>OCCMEditor. getActivityPorts()static java.util.ArrayList<mxCell>OCCMEditor. getFreqPerformancePorts()static java.util.ArrayList<mxCell>OCCMEditor. getObjTypePorts()static java.util.ArrayList<mxCell>OCCMEditor. getTimePerformancePorts()Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint with parameters of type mxCell Modifier and Type Method Description static voidOCCMEditor. getTimePerformanceDialog(mxCell cell, mxGraph graph) -
Uses of mxCell in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction
Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction that return types with arguments of type mxCell Modifier and Type Method Description static java.util.ArrayList<mxCell>CaseGraph. getActivityPorts()static java.util.ArrayList<mxCell>CaseGraph. getObjTypePorts()Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction with parameters of type mxCell Modifier and Type Method Description static voidCaseGraph. getDialogForObjType(mxGraph graph, mxCell cell, java.lang.String refObj) -
Uses of mxCell in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl
Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl that return types with arguments of type mxCell Modifier and Type Method Description static java.util.ArrayList<mxCell>GraphEditor. getActivityPorts() -
Uses of mxCell in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler
Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler with parameters of type mxCell Modifier and Type Method Description voidmxCellHandler. getTempConsDialog(mxCell cell)voidmxConnectionHandler. setActivityTimePerformanceConstraint(mxCell cell, mxGraph graph, java.lang.String timeType, java.lang.String targetAct, java.util.List objTypeSelectedLst, java.lang.String minTime, java.lang.String maxTime, java.lang.String timeUnit)voidmxConnectionHandler. setActToActCardConstraint(mxCell cell, mxGraph graph, java.util.List<java.lang.String> objTypeSelectedLst, java.lang.String firstAct, int preActCardMin, int preActCardMax, java.lang.String secondAct, int sucActCardMin, int sucActCardMax, java.lang.String preActCard, java.lang.String sucActCard)voidmxConnectionHandler. setActToActTimeConstraint(mxCell cell, mxGraph graph, java.util.List<java.lang.String> objTypeSelectedLst, java.lang.String minTime, java.lang.String maxTime, java.lang.String prePattern, java.lang.String sucPattern, java.lang.String timeUnit)voidmxConnectionHandler. setObjToActConstraint(mxCell cell, mxGraph graph, java.lang.String minCard, java.lang.String maxCard)
-