]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/DataNodeMap.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scenegraph.profile / src / org / simantics / scenegraph / profile / DataNodeMap.java
index 944128d9f19c4e36baa8006a30d4ef0b100e11f7..9228c530cad597ae916887c4760437e40342d994 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\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.scenegraph.profile;\r
-\r
-import org.simantics.scenegraph.INode;\r
-\r
-/**\r
- * An interface for diagram profile styles for accessing scene graph nodes based\r
- * on diagram data objects, which usually are database resources.\r
- * \r
- * <p>\r
- * See {@link DataNodeConstants} for some predefined constants for accessing\r
- * certain scene graph nodes related to a diagram.\r
- * \r
- * @author Antti Villberg\r
- * @see Style\r
- * @see INode\r
- * @see DataNodeConstants\r
- */\r
-public interface DataNodeMap {\r
-\r
-    INode getNode(Object data);\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.scenegraph.profile;
+
+import org.simantics.scenegraph.INode;
+
+/**
+ * An interface for diagram profile styles for accessing scene graph nodes based
+ * on diagram data objects, which usually are database resources.
+ * 
+ * <p>
+ * See {@link DataNodeConstants} for some predefined constants for accessing
+ * certain scene graph nodes related to a diagram.
+ * 
+ * @author Antti Villberg
+ * @see Style
+ * @see INode
+ * @see DataNodeConstants
+ */
+public interface DataNodeMap {
+
+    INode getNode(Object data);
+
+}