]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.simulation/src/org/simantics/simulation/project/ExperimentManagerKeys.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.simulation / src / org / simantics / simulation / project / ExperimentManagerKeys.java
index 2f8419b05f97feacccab22801404c561dc1a480c..ee04337e67dd7fffd8f32f0eeba82a51fa86325e 100644 (file)
@@ -1,22 +1,22 @@
-package org.simantics.simulation.project;\r
-\r
-import org.simantics.utils.datastructures.hints.IHintContext.Key;\r
-import org.simantics.utils.datastructures.hints.IHintContext.KeyOf;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public final class ExperimentManagerKeys {\r
-\r
-    /**\r
-     * Affects how {@link ExperimentManager} works when new experiments are\r
-     * activated through\r
-     * {@link IExperimentManager#startExperiment(org.simantics.db.Resource, IExperimentActivationListener, boolean)}\r
-     * . If this hint is set to {@link ExperimentManagerMode#SINGLE_EXPERIMENT},\r
-     * the manager will shut down the previously active experiment before\r
-     * activating the new experiment. Otherwise the previous experiment will not\r
-     * be touched by ExperimentManager.\r
-     */\r
-    public static final Key EXPERIMENT_MANAGER_MODE = new KeyOf(ExperimentManagerMode.class, "EXPERIMENT_MANAGER_MODE");\r
-\r
-}\r
+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");
+
+}