Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/ReduceAction.java')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/ReduceAction.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/ReduceAction.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/ReduceAction.java
index d3dc29249..70a23294f 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/ReduceAction.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/ReduceAction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2011 IBM Corporation, CEA, and others.
+ * Copyright (c) 2005, 2013 IBM Corporation, CEA, and others.
* 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
@@ -8,8 +8,8 @@
* Contributors:
* IBM - initial API and implementation
* Kenn Hussey (CEA) - 327039
+ * Christian W. Damus (CEA) - 251963
*
- * $Id: ReduceAction.java,v 1.9 2007/10/23 15:54:21 jbruck Exp $
*/
package org.eclipse.uml2.uml;
@@ -26,7 +26,7 @@ import org.eclipse.emf.ecore.EClass;
*
* <!-- begin-model-doc -->
* A reduce action is an action that reduces a collection to a single value by combining the elements of the collection.
- * <p>Merged from package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
+ * <p>From package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
* <!-- end-model-doc -->
*
* <p>
@@ -52,7 +52,7 @@ public interface ReduceAction
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Behavior that is applied to two elements of the input collection to produce a value that is the same type as elements of the collection.
- * <p>Merged from package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
+ * <p>From package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
* <!-- end-model-doc -->
* @return the value of the '<em>Reducer</em>' reference.
* @see #setReducer(Behavior)
@@ -84,7 +84,7 @@ public interface ReduceAction
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Gives the output pin on which the result is put.
- * <p>Merged from package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
+ * <p>From package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
* <!-- end-model-doc -->
* @return the value of the '<em>Result</em>' containment reference.
* @see #setResult(OutputPin)
@@ -128,7 +128,7 @@ public interface ReduceAction
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The collection to be reduced.
- * <p>Merged from package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
+ * <p>From package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
* <!-- end-model-doc -->
* @return the value of the '<em>Collection</em>' containment reference.
* @see #setCollection(InputPin)
@@ -180,7 +180,7 @@ public interface ReduceAction
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Tells whether the order of the input collection should determine the order in which the behavior is applied to its elements.
- * <p>Merged from package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
+ * <p>From package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
* <!-- end-model-doc -->
* @return the value of the '<em>Is Ordered</em>' attribute.
* @see #setIsOrdered(boolean)

Back to the top