X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.simulation%2Fsrc%2Forg%2Fsimantics%2Fsimulation%2Fproject%2FExperimentManagerKeys.java;h=ee04337e67dd7fffd8f32f0eeba82a51fa86325e;hb=b000e272429e157638c0384878b07b8dcd758472;hp=2f8419b05f97feacccab22801404c561dc1a480c;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.simulation/src/org/simantics/simulation/project/ExperimentManagerKeys.java b/bundles/org.simantics.simulation/src/org/simantics/simulation/project/ExperimentManagerKeys.java index 2f8419b05..ee04337e6 100644 --- a/bundles/org.simantics.simulation/src/org/simantics/simulation/project/ExperimentManagerKeys.java +++ b/bundles/org.simantics.simulation/src/org/simantics/simulation/project/ExperimentManagerKeys.java @@ -1,22 +1,22 @@ -package org.simantics.simulation.project; - -import org.simantics.utils.datastructures.hints.IHintContext.Key; -import org.simantics.utils.datastructures.hints.IHintContext.KeyOf; - -/** - * @author Tuukka Lehtonen - */ -public final class ExperimentManagerKeys { - - /** - * Affects how {@link ExperimentManager} works when new experiments are - * activated through - * {@link IExperimentManager#startExperiment(org.simantics.db.Resource, IExperimentActivationListener, boolean)} - * . If this hint is set to {@link ExperimentManagerMode#SINGLE_EXPERIMENT}, - * the manager will shut down the previously active experiment before - * activating the new experiment. Otherwise the previous experiment will not - * be touched by ExperimentManager. - */ - public static final Key EXPERIMENT_MANAGER_MODE = new KeyOf(ExperimentManagerMode.class, "EXPERIMENT_MANAGER_MODE"); - -} +package org.simantics.simulation.project; + +import org.simantics.utils.datastructures.hints.IHintContext.Key; +import org.simantics.utils.datastructures.hints.IHintContext.KeyOf; + +/** + * @author Tuukka Lehtonen + */ +public final class ExperimentManagerKeys { + + /** + * Affects how {@link ExperimentManager} works when new experiments are + * activated through + * {@link IExperimentManager#startExperiment(org.simantics.db.Resource, IExperimentActivationListener, boolean)} + * . If this hint is set to {@link ExperimentManagerMode#SINGLE_EXPERIMENT}, + * the manager will shut down the previously active experiment before + * activating the new experiment. Otherwise the previous experiment will not + * be touched by ExperimentManager. + */ + public static final Key EXPERIMENT_MANAGER_MODE = new KeyOf(ExperimentManagerMode.class, "EXPERIMENT_MANAGER_MODE"); + +}