]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/query/FlagTypeFilter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / query / FlagTypeFilter.java
index d53cdf1cbf78717c468320519f87abb553e08678..4cd3ac97dff4add4fbbba3ffbec7a70aff9c5c20 100644 (file)
@@ -1,42 +1,42 @@
-/*******************************************************************************\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.diagram.query;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.scl.runtime.tuple.Tuple4;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class FlagTypeFilter extends Tuple4 {\r
-\r
-    public FlagTypeFilter(Resource node, String reference, String pattern, Boolean matchRequired) {\r
-        super(node, reference, pattern, matchRequired);\r
-    }\r
-\r
-    public Resource getNode() {\r
-        return (Resource) c0;\r
-    }\r
-\r
-    public String getReference() {\r
-        return (String) c1;\r
-    }\r
-\r
-    public String getPattern() {\r
-        return (String) c2;\r
-    }\r
-\r
-    public boolean isMatchRequired() {\r
-        return (Boolean) c3;\r
-    }\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.diagram.query;
+
+import org.simantics.db.Resource;
+import org.simantics.scl.runtime.tuple.Tuple4;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class FlagTypeFilter extends Tuple4 {
+
+    public FlagTypeFilter(Resource node, String reference, String pattern, Boolean matchRequired) {
+        super(node, reference, pattern, matchRequired);
+    }
+
+    public Resource getNode() {
+        return (Resource) c0;
+    }
+
+    public String getReference() {
+        return (String) c1;
+    }
+
+    public String getPattern() {
+        return (String) c2;
+    }
+
+    public boolean isMatchRequired() {
+        return (Boolean) c3;
+    }
+
+}