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/VehicleLevelBinding.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VehicleLevelBinding.java28
1 files changed, 11 insertions, 17 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VehicleLevelBinding.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VehicleLevelBinding.java
index 865c1b4e980..1f597ec69e9 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VehicleLevelBinding.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/VehicleLevelBinding.java
@@ -22,45 +22,39 @@ import org.eclipse.papyrus.eastadl.structure.featuremodeling.FeatureModel;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Vehicle Level Binding</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
- * This class represents a ConfigurationDecisionModel on vehicle level with explicitly defined source and target feature models. The source feature
- * models must be on vehicle level, but the target feature models may be located on artifact level, e.g. the public feature model of the top-level
- * FunctionType in the FDA. This way, a VehicleLevelConfigurationDecisionModel may be used to bridge the gap from vehicle level variability management
- * to that on artifact level.
+ * This class represents a ConfigurationDecisionModel on vehicle level with explicitly defined source and target feature models. The source feature models must be on vehicle level, but the target feature models may be located on artifact level, e.g. the public feature model of the top-level FunctionType in the FDA. This way, a VehicleLevelConfigurationDecisionModel may be used to bridge the gap from vehicle level variability management to that on artifact level.
*
- * Source feature models may be either the core technical feature model (as defined by association technicalFeatureModel of meta-class VehicleLevel)
- * or one of the optional product feature models (as defined by association productFeatureModel of meta-class Variability in the variability
- * extension).
+ * Source feature models may be either the core technical feature model (as defined by association technicalFeatureModel of meta-class VehicleLevel) or one of the optional product feature models (as defined by association productFeatureModel of meta-class Variability in the variability extension).
*
* Constraints:
* [1] The sourceVehicleFeatureModels shall only contain VehicleFeatures.
* [2] The sourceVehicleFeatureModels shall be different from the targetFeatureModels
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.VehicleLevelBinding#getSourceVehicleFeatureModel <em>Source Vehicle Feature Model</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.VehicleLevelBinding#getTargetFeatureModel <em>Target Feature Model</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.VehicleLevelBinding#getSourceVehicleFeatureModel <em>Source Vehicle Feature Model</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.VehicleLevelBinding#getTargetFeatureModel <em>Target Feature Model</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getVehicleLevelBinding()
* @model
* @generated
*/
public interface VehicleLevelBinding extends ConfigurationDecisionModel {
-
/**
* Returns the value of the '<em><b>Source Vehicle Feature Model</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.eastadl.structure.featuremodeling.FeatureModel}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Source Vehicle Feature Model</em>' reference list isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Source Vehicle Feature Model</em>' reference list isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Source Vehicle Feature Model</em>' reference list.
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getVehicleLevelBinding_SourceVehicleFeatureModel()
* @model
@@ -73,10 +67,10 @@ public interface VehicleLevelBinding extends ConfigurationDecisionModel {
* The list contents are of type {@link org.eclipse.papyrus.eastadl.structure.featuremodeling.FeatureModel}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Target Feature Model</em>' reference list isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Target Feature Model</em>' reference list isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Target Feature Model</em>' reference list.
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getVehicleLevelBinding_TargetFeatureModel()
* @model

Back to the top