Class MEdge

    • Field Detail

      • source

        protected MActivity source
        The edge source.
      • target

        protected MActivity target
        The edge target.
    • Constructor Detail

      • MEdge

        public MEdge()
    • Method Detail

      • 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.