Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.workflow.WorkflowRelationship

  • Packages that use WorkflowRelationship 
    Package Description
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    psdi.workflow.diagram  
    • Uses of WorkflowRelationship in psdi.workflow

      Methods in psdi.workflow with parameters of type WorkflowRelationship 
      Modifier and Type Method and Description
      void Workflow.addRelationship(WorkflowRelationship relationship)
      Adds a workflow relationship to the workflow
      void Workflow.removeRelationship(WorkflowRelationship relationship)
      Removes a workflow relationship from the workflow
    • Uses of WorkflowRelationship in psdi.workflow.diagram

      Fields in psdi.workflow.diagram declared as WorkflowRelationship 
      Modifier and Type Field and Description
      protected WorkflowRelationship Line.rel 
      protected WorkflowRelationship WorkflowRelationshipExit.workflowRelationship 
      protected WorkflowRelationship WorkflowRelationshipEnter.workflowRelationship 
      Methods in psdi.workflow.diagram that return WorkflowRelationship 
      Modifier and Type Method and Description
      WorkflowRelationship Line.getRelationship()
      Returns the relationship
      WorkflowRelationship WorkflowRelationshipExit.getWorkflowRelationship()
      Returns the workflow relationship
      WorkflowRelationship WorkflowRelationshipEnter.getWorkflowRelationship()
      Returns the workflow relationship
      Methods in psdi.workflow.diagram with parameters of type WorkflowRelationship 
      Modifier and Type Method and Description
      void DiagramWorkflowNode.addIncomingRelationship(WorkflowRelationship rel)
      Adds an incoming relationship to the node
      void DiagramWorkflowNode.addOutgoingRelationship(WorkflowRelationship rel)
      Adds an outgoing relationship to the node
      void DiagramLineChannel.addWorkflowRelationship(WorkflowRelationship rel)
      Adds a relationship to the channel
      protected void Diagram.drawLine(java.awt.Graphics g, WorkflowRelationship rel)
      Draws a line representing the relationship.
      protected void Diagram.drawLine(java.awt.Graphics g, WorkflowRelationship rel, int x1, int y1, int x2, int y2, int state)
      Draws a line.
      protected int DiagramLineChannel.getIndex(WorkflowRelationship rel)
      Gets the position index of the relationship in the channel
      int DiagramLineChannel.getLocation(WorkflowRelationship 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(WorkflowRelationship rel, boolean incoming)
      Gets the location of the relationship amoung the incoming/outgoing relationships
      void DiagramWorkflowNode.removeIncomingRelationship(WorkflowRelationship rel)
      Removes an incoming relationship from the node
      void DiagramWorkflowNode.removeOutgoingRelationship(WorkflowRelationship rel)
      Removes an outgoing relationship from the node
      Constructors in psdi.workflow.diagram with parameters of type WorkflowRelationship 
      Constructor and Description
      Line(WorkflowRelationship rel, int x1, int y1, int x2, int y2)
      Constructs a line
      WorkflowRelationshipEnter(WorkflowRelationship workflowRelationship)
      Constrsucts a WorkflowRelationshipEnter object.
      WorkflowRelationshipExit(WorkflowRelationship workflowRelationship)
      Constrsucts a WorkflowRelationshipExit object.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes