Interface ExecutionRestarter

All Superinterfaces:
Serializable, TetradSerializable

public interface ExecutionRestarter extends TetradSerializable
Interface indicating that a parameter object can and should be reinitialized at each new execution in a simulation edu.cmu.tetrad.study.
Author:
josephramsey
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Specifies a procedure that should be followed when a new execution has been initiated.
  • Field Details

  • Method Details

    • newExecution

      void newExecution()
      Specifies a procedure that should be followed when a new execution has been initiated.