]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/profile/ProfileKeys.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / profile / ProfileKeys.java
index c615f96b92b3c3deb3c048a20e29c8caa2d9933e..bd3e9ffc43d30fe18c9884991a0dae12f43af4bf 100644 (file)
@@ -1,43 +1,43 @@
-/*******************************************************************************\r
- * Copyright (c) 2011 Association for Decentralized Information Management in\r
- * Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.diagram.profile;\r
-\r
-import org.simantics.g2d.canvas.ICanvasContext;\r
-import org.simantics.g2d.diagram.IDiagram;\r
-import org.simantics.scenegraph.profile.DataNodeMap;\r
-import org.simantics.scenegraph.profile.EvaluationContext;\r
-\r
-/**\r
- * Constants for accessing data within a scenegraph profile\r
- * {@link EvaluationContext} through\r
- * {@link EvaluationContext#getConstant(String)}.\r
- * \r
- * @author Antti Villberg\r
- */\r
-public class ProfileKeys {\r
-\r
-    /**\r
-     * Stores the {@link IDiagram} related to the profile evaluation.\r
-     */\r
-    public static String DIAGRAM  = "Diagram";\r
-\r
-    /**\r
-     * Stores the {@link ICanvasContext} related to the profile evaluation.\r
-     */\r
-    public static String CANVAS   = "Canvas";\r
-\r
-    /**\r
-     * Stores the {@link DataNodeMap} related to the profile evaluation.\r
-     */\r
-    public static String NODE_MAP = "NodeMap";\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2011 Association for Decentralized Information Management in
+ * Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.diagram.profile;
+
+import org.simantics.g2d.canvas.ICanvasContext;
+import org.simantics.g2d.diagram.IDiagram;
+import org.simantics.scenegraph.profile.DataNodeMap;
+import org.simantics.scenegraph.profile.EvaluationContext;
+
+/**
+ * Constants for accessing data within a scenegraph profile
+ * {@link EvaluationContext} through
+ * {@link EvaluationContext#getConstant(String)}.
+ * 
+ * @author Antti Villberg
+ */
+public class ProfileKeys {
+
+    /**
+     * Stores the {@link IDiagram} related to the profile evaluation.
+     */
+    public static String DIAGRAM  = "Diagram";
+
+    /**
+     * Stores the {@link ICanvasContext} related to the profile evaluation.
+     */
+    public static String CANVAS   = "Canvas";
+
+    /**
+     * Stores the {@link DataNodeMap} related to the profile evaluation.
+     */
+    public static String NODE_MAP = "NodeMap";
+
+}