Class MultiModel

    • Field Detail

      • faultInjectConfigurationPath

        public String faultInjectConfigurationPath
      • modelTransfers

        @JsonPropertyDescription("A mapping from current instance name to the new instance name of that instance being transferred. i.e. A->A if A is transferred as is.")
        public Map<String,​String> modelTransfers
      • modelSwaps

        @JsonPropertyDescription("A map of from an instance name to its swap configuration. Thus the key is the instance name in this simulation.")
        public Map<String,​MultiModel.ModelSwap> modelSwaps
    • Method Detail

      • getConvergenceAttempts

        public int getConvergenceAttempts()
      • getEnvironmentParameters

        public List<String> getEnvironmentParameters()
      • isParallelSimulation

        public boolean isParallelSimulation()
      • isStabalizationEnabled

        public boolean isStabalizationEnabled()
      • getGlobal_absolute_tolerance

        public double getGlobal_absolute_tolerance()
      • getGlobal_relative_tolerance

        public double getGlobal_relative_tolerance()
      • isLoggingOn

        public boolean isLoggingOn()
      • isVisible

        public boolean isVisible()
      • isSimulationProgramDelay

        public boolean isSimulationProgramDelay()