Class MEdge

Direct Known Subclasses:
MDataEdge, MMessagingEdge, MSequenceEdge

public class MEdge extends MAssociationTarget
  • Field Details

    • source

      protected MActivity source
      The edge source.
    • target

      protected MActivity target
      The edge target.
  • Constructor Details

    • MEdge

      public MEdge()
  • Method Details

    • getSource

      public MActivity getSource()
      Get the source.
      Returns:
      The source.
    • setSource

      public void setSource(MActivity source)
      Set the source.
    • getTarget

      public MActivity getTarget()
      Get the target.
      Returns:
      The target.
    • setTarget

      public void setTarget(MActivity target)
      Set the target.
      Parameters:
      target - The target.