Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Connector.java')
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Connector.java26
1 files changed, 8 insertions, 18 deletions
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Connector.java b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Connector.java
index e759bd5bb70..e8ad70be248 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Connector.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Connector.java
@@ -20,18 +20,17 @@ import org.eclipse.uml2.uml.Property;
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
- * This stereotype references the interaction component that should realize the communication. It can be applied to UML connectors as well as to properties. The former is used, if there are two communication partners, the latter is more flexible. For instance,
- * in case of a DDS interaction, a publisher does not know the consumers, it therefore communicates with a part (property) representing the publisher part of the interaction component
+ * This stereotype references the interaction component that should realize the communication. It can be applied to UML connectors as well as to properties. The former is used, if there are two communication partners, the latter is more flexible. For instance, in case of a DDS interaction, a publisher does not know the consumers, it therefore communicates with a part (property) representing the publisher part of the interaction component
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.FCM.Connector#getBase_Connector <em>Base Connector</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Connector#getIc <em>Ic</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Connector#getBase_Property <em>Base Property</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Connector#getBase_Connector <em>Base Connector</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Connector#getIc <em>Ic</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Connector#getBase_Property <em>Base Property</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.papyrus.FCM.FCMPackage#getConnector()
* @model
@@ -45,7 +44,6 @@ public interface Connector extends ConfigurableElementInstance {
* If the meaning of the '<em>Base Connector</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Base Connector</em>' reference.
* @see #setBase_Connector(org.eclipse.uml2.uml.Connector)
* @see org.eclipse.papyrus.FCM.FCMPackage#getConnector_Base_Connector()
@@ -58,9 +56,7 @@ public interface Connector extends ConfigurableElementInstance {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Connector#getBase_Connector <em>Base Connector</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Base Connector</em>' reference.
+ * @param value the new value of the '<em>Base Connector</em>' reference.
* @see #getBase_Connector()
* @generated
*/
@@ -73,7 +69,6 @@ public interface Connector extends ConfigurableElementInstance {
* If the meaning of the '<em>Ic</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Ic</em>' reference.
* @see #setIc(InteractionComponent)
* @see org.eclipse.papyrus.FCM.FCMPackage#getConnector_Ic()
@@ -86,9 +81,7 @@ public interface Connector extends ConfigurableElementInstance {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Connector#getIc <em>Ic</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Ic</em>' reference.
+ * @param value the new value of the '<em>Ic</em>' reference.
* @see #getIc()
* @generated
*/
@@ -101,7 +94,6 @@ public interface Connector extends ConfigurableElementInstance {
* If the meaning of the '<em>Base Property</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Base Property</em>' reference.
* @see #setBase_Property(Property)
* @see org.eclipse.papyrus.FCM.FCMPackage#getConnector_Base_Property()
@@ -114,9 +106,7 @@ public interface Connector extends ConfigurableElementInstance {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Connector#getBase_Property <em>Base Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Base Property</em>' reference.
+ * @param value the new value of the '<em>Base Property</em>' reference.
* @see #getBase_Property()
* @generated
*/

Back to the top