Class SigverConfig

  • All Implemented Interfaces:
    org.intocps.maestro.plugin.IPluginConfiguration

    public class SigverConfig
    extends java.lang.Object
    implements org.intocps.maestro.plugin.IPluginConfiguration
    • Constructor Summary

      Constructors 
      Constructor Description
      SigverConfig()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • masterModel

        public java.lang.String masterModel
      • parameters

        public java.util.Map<java.lang.String,​java.lang.Object> parameters
      • relTol

        public java.lang.Double relTol
      • absTol

        public java.lang.Double absTol
      • convergenceAttempts

        public java.lang.Integer convergenceAttempts
    • Constructor Detail

      • SigverConfig

        public SigverConfig()