Class MMessagingEdge


public class MMessagingEdge extends MEdge
A messaging edge is an edge describing a message flow between some sender and receiver. Used only for communication across pools.
  • Field Details

    • sourcedescription

      protected String sourcedescription
      The source description.
    • targetdescription

      protected String targetdescription
      The target description.
    • type

      protected String type
      The type.
  • Constructor Details

    • MMessagingEdge

      public MMessagingEdge()
  • Method Details

    • connect

      public void connect(MActivity source, MActivity target)
      Helper method connecting two activities using this edge. The previous connection is removed.
      Parameters:
      source - New source of the edge.
      target - New target of the edge.
    • getSourceDescription

      public String getSourceDescription()
      Get the xml source description.
      Returns:
      The source description.
    • setSourceDescription

      public void setSourceDescription(String sourcedescription)
      Set the xml source description.
      Parameters:
      sourcedescription - The xml source description to set.
    • getTargetDescription

      public String getTargetDescription()
      Get the xml target description.
      Returns:
      The target description.
    • setTargetDescription

      public void setTargetDescription(String targetdescription)
      Set the xml target Description.
      Parameters:
      targetdescription - The target description to set.
    • getType

      public String getType()
      Get the type.
      Returns:
      The type.
    • setType

      public void setType(String type)
      Set the type.
      Parameters:
      type - The type to set.