Class ModelNode

    • Constructor Detail

      • ModelNode

        public ModelNode()
      • ModelNode

        public ModelNode​(ModelNode toCopy)
        Creates a copy of this node carrying the same name and referencing the same EObject. Incoming and outgoing edges referenced by this node will not be copied!
        Parameters:
        toCopy - the node to be copied
    • Method Detail

      • getIncomingEdges

        public Set<ModelEdge> getIncomingEdges()
        Returns the incoming edges of this node. The returned set iterates over the edges in the order in which they were added.
        Returns:
        incoming edges
      • getOutgoingEdges

        public Set<ModelEdge> getOutgoingEdges()
        Returns the outgoing edges of this node. The returned set iterates over the edges in the order in which they were added.
        Returns:
        outgoing edges