Method Summary |
|
public void | addActivity(Activity activity, ImplementationEditor editor) |
protected void | addActivity(ImplementationEditor editor, String title) |
protected void | addCell(OBEGraphCell cell, Rectangle bounds) Add the given cell to the graph with the given bounds. |
public void | addNoImplementation() |
public void | addRoute() |
public void | addSubFlow() |
public void | addToolSet() Add a tool set activity to the graph. |
public void | addTransition(Transition transition) |
public void | addTransition(ActivityView from, ActivityView to) This form of the addTransition method actually adds the new transition to
the workflow processes transition list. |
public void | cleanUp() |
public void | connect(ActivityView from, ActivityView to, Transition transition) |
protected void | connect(Port source, Port target, Transition transition) |
public void | delete() Delete the selected cell. |
public void | delete(OBEGraphCell graphCell) |
public void | delete(OBEEdge edge) |
protected void | disconnectPort(Port port) |
public void | edit() Edit the selected cell. |
public void | edit(OBEGraphCell graphCell) |
public void | edit(OBEEdge edge) |
protected ActivityView | findActivityViewById(String id) |
public Map | getActions() Get the action map for the graph. |
public EditMode | getEditMode() |
protected TransitionRestriction | getTransitionRestriction(Activity activity) |
public WorkflowProcess | getWorkflowProcess() Get the workflow process. |
protected boolean | isConnected(Port p1, Port p2) |
public void | selectAll() |
public void | selectNone() |
public void | setJoinRestriction(Activity activity, JoinType joinType) Set the join restriction for the currently selected activity. |
public void | setSplitRestriction(Activity activity, SplitType splitType) |
public void | setWorkflowProcess(WorkflowProcess workflowProcess) Set the WorkflowProcess. |
protected void | shiftOverlappingRight(Object cell) |
public void | showPopup(Point p) Show the graph popup menu at the specified location. |
public void | updateTransitions(String oldId, String newId) |