ucot.model
Class EditStep

java.lang.Object
  extended by ucot.model.EditStep

public class EditStep
extends java.lang.Object

This is wannabe class for edit step that can be used to track changes in the AnalyzeModel. This is needed when undo/redo mechanism is beingn implemented.


Constructor Summary
EditStep()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditStep

public EditStep()