Class ModelEdge

    • Constructor Detail

      • ModelEdge

        public ModelEdge​(ModelEdge toCopy)
        Creates a shallow copy of this edge carrying the same name and referencing the same EObject. Source and target nodes are not copied and will be uninitialized!
        Parameters:
        toCopy - the edge to be copied
    • Method Detail

      • setSource

        public void setSource​(ModelNode source)
      • setTarget

        public void setTarget​(ModelNode target)