Uses of Class
com.amalgamasimulation.studies.core.Run
Packages that use Run
Package
Description
This package contains classes for console and desktop applications that can
launch studies remotely on the Amalgama Cloud Server.
-
Uses of Run in com.amalgamasimulation.desktop.ui.studies
Methods in com.amalgamasimulation.desktop.ui.studies that return RunModifier and TypeMethodDescriptionprotected abstract Run<?> StudyPart.createLocalRun(org.eclipse.emf.ecore.EObject scenario, int seed) How to create an instance of local run for the given scenario and random number seed?Run<?> DefaultRemoteRunHelper.createReattachedRemoteRun(ShortId id, int seed) Run<?> DefaultRemoteRunHelper.createRemoteRun(org.eclipse.emf.ecore.EObject scenario, int seed) -
Uses of Run in com.amalgamasimulation.studies.core
Subclasses of Run in com.amalgamasimulation.studies.coreModifier and TypeClassDescriptionclassMethods in com.amalgamasimulation.studies.core that return RunModifier and TypeMethodDescriptionRun<?> IRemoteRunHelper.createReattachedRemoteRun(ShortId id, int seed) How to create a run that represents a previously launched remote experiment with the given run id?Run<?> IRemoteRunHelper.createRemoteRun(org.eclipse.emf.ecore.EObject scenario, int seed) How to create an instance of remote run for the given scenario and random number seed?Method parameters in com.amalgamasimulation.studies.core with type arguments of type RunModifier and TypeMethodDescriptionvoidStudyStep.reattachToRemoteRuns(Predicate<ShortId> remoteRunAwarenessChecker, BiFunction<ShortId, Integer, Run<?>> runSupplier, Supplier<Boolean> cancellationMonitor, Runnable runCompletionHandler) Creates remote runs 'attached' to remotely running experiments that had been submitted to the Cloud Server earlier.voidReplicationStudyStep.run(BiFunction<org.eclipse.emf.ecore.EObject, Integer, Run<?>> runSupplier, Supplier<Boolean> cancellationMonitor, Runnable runCompletionHandler) voidStudyStep.run(BiFunction<org.eclipse.emf.ecore.EObject, Integer, Run<?>> runSupplier, Supplier<Boolean> cancellationMonitor, Runnable runCompletionHandler) voidReplicationStudyStep.tryReattachToServerRun(BiFunction<ShortId, Integer, Run<?>> runSupplier, Supplier<Boolean> cancellationMonitor, Runnable runCompletionHandler) -
Uses of Run in com.amalgamasimulation.studies.remote
Subclasses of Run in com.amalgamasimulation.studies.remoteModifier and TypeClassDescriptionclassRemoteRun<S extends org.eclipse.emf.ecore.EObject>A proxy to the experiment performed on the Amalgama Cloud Server.Methods in com.amalgamasimulation.studies.remote that return RunModifier and TypeMethodDescriptionRemoteRunHelper.createReattachedRemoteRun(ShortId id, int seed) RemoteRunHelper.createRemoteRun(org.eclipse.emf.ecore.EObject scenario, int seed)