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/ContainerConfiguration.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ContainerConfiguration.java31
1 files changed, 11 insertions, 20 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ContainerConfiguration.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ContainerConfiguration.java
index 6105f950a17..dabd5ccf255 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ContainerConfiguration.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ContainerConfiguration.java
@@ -20,18 +20,13 @@ package org.eclipse.papyrus.eastadl.variability;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Container Configuration</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
- * ContainerConfiguration defines an actual configuration of the variable content of a ConfigurableContainer, in particular the selection or
- * deselection of contained VariableElements and the configuration of the public feature models of contained other ConfigurableContainers. For more
- * details on the variable content of a ConfigurableContainer refer to the documentation of meta-class ConfigurableContainer.
+ * ContainerConfiguration defines an actual configuration of the variable content of a ConfigurableContainer, in particular the selection or deselection of contained VariableElements and the configuration of the public feature models of contained other ConfigurableContainers. For more details on the variable content of a ConfigurableContainer refer to the documentation of meta-class ConfigurableContainer.
*
- * The ContainerConfiguration inherits from ConfigurationDecisionModel even though it does not define a configuration link between feature models,
- * similar as FeatureConfiguration. For more information on this refer to the documentation of meta-class FeatureConfiguration.
+ * The ContainerConfiguration inherits from ConfigurationDecisionModel even though it does not define a configuration link between feature models, similar as FeatureConfiguration. For more information on this refer to the documentation of meta-class FeatureConfiguration.
*
- * The source and target feature models of a ContainerConfiguration are defined implicitly: it always has zero source feature models (as explained for
- * FeatureConfiguration) and its target feature models can be deduced from the ConfigurableContainer being configured by applying the same rules as
- * defined for InternalBinding.
+ * The source and target feature models of a ContainerConfiguration are defined implicitly: it always has zero source feature models (as explained for FeatureConfiguration) and its target feature models can be deduced from the ConfigurableContainer being configured by applying the same rules as defined for InternalBinding.
*
* Semantics:
* The ContainerConfiguration specifies a concrete configuration of the variable content of a ConfigurableContainer.
@@ -39,28 +34,27 @@ package org.eclipse.papyrus.eastadl.variability;
* Extension:
* Class
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.ContainerConfiguration#getConfiguredContainer <em>Configured Container</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.ContainerConfiguration#getConfiguredContainer <em>Configured Container</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getContainerConfiguration()
* @model
* @generated
*/
public interface ContainerConfiguration extends ConfigurationDecisionModel {
-
/**
* Returns the value of the '<em><b>Configured Container</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Configured Container</em>' reference isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Configured Container</em>' reference isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Configured Container</em>' reference.
* @see #setConfiguredContainer(ConfigurableContainer)
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getContainerConfiguration_ConfiguredContainer()
@@ -70,13 +64,10 @@ public interface ContainerConfiguration extends ConfigurationDecisionModel {
ConfigurableContainer getConfiguredContainer();
/**
- * Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.ContainerConfiguration#getConfiguredContainer
- * <em>Configured Container</em>}' reference.
+ * Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.ContainerConfiguration#getConfiguredContainer <em>Configured Container</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Configured Container</em>' reference.
+ * @param value the new value of the '<em>Configured Container</em>' reference.
* @see #getConfiguredContainer()
* @generated
*/

Back to the top