Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.view.mxConnectionConstraint
-
Packages that use mxConnectionConstraint Package Description org.processmining.objectcentricconstraintchecking.algorithms.view -
-
Uses of mxConnectionConstraint in org.processmining.objectcentricconstraintchecking.algorithms.view
Methods in org.processmining.objectcentricconstraintchecking.algorithms.view that return mxConnectionConstraint Modifier and Type Method Description mxConnectionConstraint[]mxGraph. getAllConnectionConstraints(mxCellState terminal, boolean source)Returns an array of all constraints for the given terminal.mxConnectionConstraintmxGraph. getConnectionConstraint(mxCellState edge, mxCellState terminal, boolean source)Returns an connection constraint that describes the given connection point.Methods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxConnectionConstraint Modifier and Type Method Description voidmxGraph. cellConnected(java.lang.Object edge, java.lang.Object terminal, boolean source, mxConnectionConstraint constraint)Sets the new terminal for the given edge and resets the edge points if isResetEdgesOnConnect returns true.java.lang.ObjectmxGraph. connectCell(java.lang.Object edge, java.lang.Object terminal, boolean source, mxConnectionConstraint constraint)Connects the specified end of the given edge to the given terminal using cellConnected and fires mxEvent.CONNECT_CELL while the transaction is in progress.mxPointmxGraph. getConnectionPoint(mxCellState vertex, mxConnectionConstraint constraint)Sets the connection constraint that describes the given connection point.voidmxGraph. setConnectionConstraint(java.lang.Object edge, java.lang.Object terminal, boolean source, mxConnectionConstraint constraint)Sets the connection constraint that describes the given connection point.voidmxGraphView. updateFixedTerminalPoint(mxCellState edge, mxCellState terminal, boolean source, mxConnectionConstraint constraint)Sets the fixed source or target terminal point on the given edge.
-