Uses of Interface
com.amalgamasimulation.studies.core.ModelCreator
Packages that use ModelCreator
Package
Description
This package contains classes for headless (console) applications that can
launch studies.
-
Uses of ModelCreator in com.amalgamasimulation.studies.core
Fields in com.amalgamasimulation.studies.core declared as ModelCreatorConstructors in com.amalgamasimulation.studies.core with parameters of type ModelCreatorModifierConstructorDescriptionLocalRun(ShortId id, S scenario, int seed, ModelCreator<S, M> modelCreator, Function<M, SimulationRunResult> resultGenerator) LocalRun(S scenario, int seed, ModelCreator<S, M> modelCreator, Function<M, SimulationRunResult> resultGenerator) Creates a new instance of a run and assigns a unique id to it. -
Uses of ModelCreator in com.amalgamasimulation.studies.headlessapp
Constructors in com.amalgamasimulation.studies.headlessapp with parameters of type ModelCreatorModifierConstructorDescriptionHeadlessApplication(Function<String, com.amalgamasimulation.emf.excel.EMFExcelLoader<S>> scenarioLoaderSupplier, ModelCreator<S, M> modelCreator, Function<M, SimulationRunResult> resultGenerator, int httpPort) Creates a new instance of HeadlessApplication.