Class CalculatorPluginCachedResults

java.lang.Object
com.chemaxon.calculations.cli.CalculatorPluginCachedResults
All Implemented Interfaces:
CalculatorResultAccess

@PublicApi public class CalculatorPluginCachedResults extends Object implements CalculatorResultAccess
Provides plugin cached results.
Since:
Marvin 5.2
  • Constructor Details

    • CalculatorPluginCachedResults

      public CalculatorPluginCachedResults(String header, String resultString, Molecule[] resultMols, Molecule resultMol, String resultMessage, String remark, Throwable throwable, boolean ok)
      Constructor.
      Parameters:
      header - the header string
      resultString - the result string
      resultMols - the result molecule array
      resultMol - the result decorated molecule
      resultMessage - the result warning or error mesage
      throwable - the error
      ok - true if the calculation has run without error
  • Method Details