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 Detail

      • sourcedescription

        protected java.lang.String sourcedescription
        The source description.
      • targetdescription

        protected java.lang.String targetdescription
        The target description.
      • type

        protected java.lang.String type
        The type.
    • Constructor Detail

      • MMessagingEdge

        public MMessagingEdge()
    • Method Detail

      • 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 java.lang.String getSourceDescription()
        Get the xml source description.
        Returns:
        The source description.
      • setSourceDescription

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

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

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

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

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