The Recorder class is an abstract class which is introduced to allow information to be saved during the analysis. The interface defines two pure virtual methods {record()} and {playback()}. {record()} is a method which is called by the Domain object during a {commit()}. The {playback()} method can be called by the analyst after the analysis has been performed. \
}
Definition at line 49 of file Recorder.h. |