Class AbstractMandatoryOutputFile

java.lang.Object
com.powsybl.ampl.executor.AbstractMandatoryOutputFile
All Implemented Interfaces:
AmplOutputFile

public abstract class AbstractMandatoryOutputFile extends Object implements AmplOutputFile
Author:
Nicolas PIERRE <[email protected]>
  • Constructor Details

    • AbstractMandatoryOutputFile

      public AbstractMandatoryOutputFile()
  • Method Details

    • throwOnMissingFile

      public boolean throwOnMissingFile()
      Description copied from interface: AmplOutputFile
      if true and the file is missing, then ampl executor will throw.
      Specified by:
      throwOnMissingFile in interface AmplOutputFile