Class GraphElementsEdit

All Implemented Interfaces:
Serializable, UndoableEdit
Direct Known Subclasses:
AddEdgeEdit, AddNodeEdit, GraphElementsDeletionEdit

public abstract class GraphElementsEdit
extends GraffitiAbstractUndoableEdit
GraphElementsEdit is abstract class for building edits belong to the operations on graph elements like adding or removing.
Version:
$Revision: 1.4 $ $Date: 2010/12/22 13:05:35 $
Author:
$Author: klukas $
See Also:
Serialized Form
  • Constructor Details

    • GraphElementsEdit

      public GraphElementsEdit​(Graph graph, Map<GraphElement,​GraphElement> geMap)
      Create a nes GraphElementsEdit.
      Parameters:
      graph - a graph reference
      geMap - reference to the map supports the undo operations.