]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/RuntimeValuations.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / adapter / RuntimeValuations.java
index d5c1679909dde9d7c1caace475e8b98a0849c5fb..c3096bd442dea28e75455a715fe0ef5ebc8855bb 100644 (file)
@@ -1,22 +1,22 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in 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.db.layer0.adapter;\r
-\r
-import org.simantics.databoard.accessor.Accessor;\r
-\r
-public interface RuntimeValuations {\r
-\r
-       Accessor getAccessor(String variableIdentityPrefix, String valuation, String suffix);\r
-       TrendVariable getVariable(String variableIdentityPrefix, String valuation, String suffix);\r
-       boolean supports(String valuation);\r
-       \r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 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.db.layer0.adapter;
+
+import org.simantics.databoard.accessor.Accessor;
+
+public interface RuntimeValuations {
+
+       Accessor getAccessor(String variableIdentityPrefix, String valuation, String suffix);
+       TrendVariable getVariable(String variableIdentityPrefix, String valuation, String suffix);
+       boolean supports(String valuation);
+       
+}