]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagram/monitor/MonitorVariable.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / diagram / monitor / MonitorVariable.java
index 326e76b76f1bccd333263ff79506ccf412b10369..e039e984d2517f8a717198da33bc3e365b66dca6 100644 (file)
@@ -1,47 +1,47 @@
-/*******************************************************************************\r
- * Copyright (c) 2012 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.modeling.ui.diagram.monitor;\r
-\r
-import org.simantics.common.format.Formatter;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.layer0.variable.RVI;\r
-import org.simantics.db.layer0.variable.Variable;\r
-import org.simantics.utils.datastructures.map.Tuple;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class MonitorVariable extends Tuple {\r
-\r
-    public MonitorVariable(Resource monitorComponent, Formatter formatter, String expression, Variable variable, RVI rvi, Boolean external) {\r
-        super(monitorComponent, formatter, expression, variable, rvi, external);\r
-    }\r
-    public Resource getMonitorComponent() {\r
-        return (Resource) getField(0);\r
-    }\r
-    public Variable getVariable() {\r
-        return (Variable) getField(3);\r
-    }\r
-    public RVI getRVI() {\r
-        return (RVI) getField(4);\r
-    }\r
-    public Formatter getFormat() {\r
-        return (Formatter)getField(1);\r
-    }\r
-    public String getExpression() {\r
-        return (String)getField(2);\r
-    }\r
-    public Boolean isExternal() {\r
-        return (Boolean)getField(5);\r
-    }\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2012 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.modeling.ui.diagram.monitor;
+
+import org.simantics.common.format.Formatter;
+import org.simantics.db.Resource;
+import org.simantics.db.layer0.variable.RVI;
+import org.simantics.db.layer0.variable.Variable;
+import org.simantics.utils.datastructures.map.Tuple;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class MonitorVariable extends Tuple {
+
+    public MonitorVariable(Resource monitorComponent, Formatter formatter, String expression, Variable variable, RVI rvi, Boolean external) {
+        super(monitorComponent, formatter, expression, variable, rvi, external);
+    }
+    public Resource getMonitorComponent() {
+        return (Resource) getField(0);
+    }
+    public Variable getVariable() {
+        return (Variable) getField(3);
+    }
+    public RVI getRVI() {
+        return (RVI) getField(4);
+    }
+    public Formatter getFormat() {
+        return (Formatter)getField(1);
+    }
+    public String getExpression() {
+        return (String)getField(2);
+    }
+    public Boolean isExternal() {
+        return (Boolean)getField(5);
+    }
+
 }
\ No newline at end of file