Class FlatUpdateRecorder

    • Constructor Detail

      • FlatUpdateRecorder

        public FlatUpdateRecorder()
    • Method Detail

      • getWorkspaceFolder

        public Path getWorkspaceFolder()
      • addUpdatableToObserve

        public void addUpdatableToObserve​(Updatable updatable)
                                   throws IOException
        Initializes a updatable that will be observed during simulation. Also prepares the files that will be written during simulation.
        Parameters:
        updatable - The updatable to be observed.
        Throws:
        IOException - If the file can not be created.
      • closeWriters

        public void closeWriters()
        Close all associated writers. Usually called after simulation finishes.