Package | Description |
---|---|
psdi.webclient.applet.wfcanvas.diagram |
Modifier and Type | Method and Description |
---|---|
DiagramWorkflowRelationship |
Line.getRelationship()
Returns the relationship
|
Modifier and Type | Method and Description |
---|---|
void |
DiagramWorkflowNode.addIncomingRelationship(DiagramWorkflowRelationship rel)
Adds an incoming relationship to the node
|
void |
DiagramWorkflowNode.addOutgoingRelationship(DiagramWorkflowRelationship rel)
Adds an outgoing relationship to the node
|
void |
DiagramLineChannel.addWorkflowRelationship(DiagramWorkflowRelationship rel)
Adds a relationship to the channel
|
int |
DiagramWorkflowRelationship.compareTo(int type,
DiagramWorkflowRelationship rel)
Compares 2 relationships for the comparator
|
int |
DiagramLineChannel.getLocation(DiagramWorkflowRelationship rel)
Returns the location of the relationship that belongs to the
channel.This is y coordinate for horizontal channels and
the x coordinate for vertical channels
|
int |
DiagramWorkflowNode.getRelationshipLocation(DiagramWorkflowRelationship rel,
int type)
Gets the location of the relationship amoung the incoming/outgoing
relationships
|
void |
DiagramWorkflowNode.removeIncomingRelationship(DiagramWorkflowRelationship rel)
Removes an incoming relationship from the node
|
void |
DiagramWorkflowNode.removeOutgoingRelationship(DiagramWorkflowRelationship rel)
Removes an outgoing relationship from the node
|
Constructor and Description |
---|
Line(DiagramWorkflowRelationship rel,
int x1,
int y1,
int x2,
int y2)
Constructs a line
|