Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VariationGroup.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VariationGroup.java52
1 files changed, 28 insertions, 24 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VariationGroup.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VariationGroup.java
index eee06aa83c4..284016ad1c8 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VariationGroup.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VariationGroup.java
@@ -23,28 +23,30 @@ import org.eclipse.papyrus.eastadl.structure.featuremodeling.VariabilityDependen
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Variation Group</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
- * A VariationGroup defines a relation between an arbitrary number of VariableElements. It is primarily intended for defining how these VariableElements may be combined (e.g. one requires the other, alternative, etc.).
+ * A VariationGroup defines a relation between an arbitrary number of VariableElements. It is primarily intended for defining how these
+ * VariableElements may be combined (e.g. one requires the other, alternative, etc.).
*
*
* Semantics:
- * Defines a dependency or constraint between the variable elements denoted by association variableElement. The actual constraint is specified by attribute kind.
+ * Defines a dependency or constraint between the variable elements denoted by association variableElement. The actual constraint is specified by
+ * attribute kind.
*
* Extension:
* Class
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getConstraint <em>Constraint</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getKind <em>Kind</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getBase_Class <em>Base Class</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getVariableElement <em>Variable Element</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getConstraint <em>Constraint</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getKind <em>Kind</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getBase_Class <em>Base Class</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getVariableElement <em>Variable Element</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getVariationGroup()
* @model
* @generated
@@ -55,10 +57,10 @@ public interface VariationGroup extends EAElement {
* Returns the value of the '<em><b>Constraint</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Constraint</em>' attribute isn't clear, there really should be
- * more of a description here...
+ * If the meaning of the '<em>Constraint</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Constraint</em>' attribute.
* @see #setConstraint(String)
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getVariationGroup_Constraint()
@@ -68,13 +70,11 @@ public interface VariationGroup extends EAElement {
String getConstraint();
/**
- * Returns the value of the '<em><b>Kind</b></em>' attribute. The default value is
- * <code>"exclude"</code>. The literals are from the enumeration
+ * Returns the value of the '<em><b>Kind</b></em>' attribute. The default value is <code>"exclude"</code>. The literals are from the enumeration
* {@link com.cea.papyrus.uml4eastadl.eastadl.variability.VariationGroupKind}. <!--
* begin-user-doc -->
* <p>
- * If the meaning of the '<em>Kind</em>' attribute isn't clear, there really should be more of a
- * description here...
+ * If the meaning of the '<em>Kind</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc --> <!-- begin-model-doc --> Type of constraint involved. Default is
* EXCLUDE <!-- end-model-doc -->
@@ -91,12 +91,10 @@ public interface VariationGroup extends EAElement {
/**
* Returns the value of the '<em><b>Variable Element</b></em>' reference list. The list contents
* are of type {@link com.cea.papyrus.uml4eastadl.eastadl.variability.ADLVariableElement}. It is
- * bidirectional and its opposite is '
- * {@link com.cea.papyrus.uml4eastadl.eastadl.variability.ADLVariableElement#getVariationGroup
+ * bidirectional and its opposite is ' {@link com.cea.papyrus.uml4eastadl.eastadl.variability.ADLVariableElement#getVariationGroup
* <em>Variation Group</em>}'. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Variable Element</em>' reference list isn't clear, there really
- * should be more of a description here...
+ * If the meaning of the '<em>Variable Element</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc --> <!-- begin-model-doc --> Associated variable elements <!--
* end-model-doc -->
@@ -112,7 +110,9 @@ public interface VariationGroup extends EAElement {
/**
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getConstraint <em>Constraint</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- * @param value the new value of the '<em>Constraint</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Constraint</em>' attribute.
* @see #getConstraint()
* @generated
*/
@@ -122,7 +122,9 @@ public interface VariationGroup extends EAElement {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Kind</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.eastadl.structure.featuremodeling.VariabilityDependencyKind
* @see #getKind()
* @generated
@@ -133,10 +135,10 @@ public interface VariationGroup extends EAElement {
* Returns the value of the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Base Class</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Base Class</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 Class</em>' reference.
* @see #setBase_Class(org.eclipse.uml2.uml.Class)
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getVariationGroup_Base_Class()
@@ -149,7 +151,9 @@ public interface VariationGroup extends EAElement {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.VariationGroup#getBase_Class <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Base Class</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
* @generated
*/

Back to the top