Class MablApiBuilder.MablSettings

  • Enclosing class:
    MablApiBuilder

    public static class MablApiBuilder.MablSettings
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean fmiErrorHandlingEnabled
      Automatically perform FMI2ErrorHandling
      boolean setGetDerivatives
      Automatically retrieves and sets derivatives if possible
    • Constructor Summary

      Constructors 
      Constructor Description
      MablSettings()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fmiErrorHandlingEnabled

        public boolean fmiErrorHandlingEnabled
        Automatically perform FMI2ErrorHandling
      • setGetDerivatives

        public boolean setGetDerivatives
        Automatically retrieves and sets derivatives if possible
    • Constructor Detail

      • MablSettings

        public MablSettings()