]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/handler/IElementAssortment.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / handler / IElementAssortment.java
index 8adeef5d2d0c643d6e4a3e77eb5ba502d8d7c78b..035f199dd7e409c959e86ca8f526817413b030e8 100644 (file)
@@ -1,34 +1,34 @@
-/*******************************************************************************\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.diagram.handler;\r
-\r
-import java.util.Collection;\r
-\r
-/**\r
- * An element assortment is used to categorize diagram contents in diagram\r
- * cut-copy-paste operations.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public interface IElementAssortment {\r
-\r
-    boolean contains(ElementType et);\r
-\r
-    boolean contains(Collection<ElementType> ets);\r
-\r
-    boolean containsAny(Collection<ElementType> ets);\r
-\r
-    int count(ElementType et);\r
-\r
-    public boolean isEmpty();\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.diagram.handler;
+
+import java.util.Collection;
+
+/**
+ * An element assortment is used to categorize diagram contents in diagram
+ * cut-copy-paste operations.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public interface IElementAssortment {
+
+    boolean contains(ElementType et);
+
+    boolean contains(Collection<ElementType> ets);
+
+    boolean containsAny(Collection<ElementType> ets);
+
+    int count(ElementType et);
+
+    public boolean isEmpty();
+
+}