Uses of Class
neqsim.process.util.scenario.ScenarioTestRunner.BatchExecutor
Packages that use ScenarioTestRunner.BatchExecutor
-
Uses of ScenarioTestRunner.BatchExecutor in neqsim.process.util.scenario
Methods in neqsim.process.util.scenario that return ScenarioTestRunner.BatchExecutorModifier and TypeMethodDescriptionScenarioTestRunner.BatchExecutor.add(String name, ProcessSafetyScenario scenario, String logicToActivate, double duration, double timeStep) Adds a standard scenario to the batch.ScenarioTestRunner.BatchExecutor.addDelayed(String name, ProcessSafetyScenario scenario, String logicToActivate, long activationDelay, String activationMessage, double duration, double timeStep) Adds a scenario with delayed logic activation to the batch.ScenarioTestRunner.batch()Creates a batch executor for running multiple scenarios in sequence.