ConfigurationDecisionModelEntry : public abstract class
Created: 2007-07-11 15:48:35
Modified: 2010-03-03 12:17:43
Project:
Advanced:
<p>ConfigurationDecisionModelEntry is the abstract base class for all content of a ConfigurationDecisionModel.<br/></p><p><br/></p><p>Extension:<br/></p><p>Class<br/></p>
Attribute Details
public Boolean
  isActive
Initial: true
Notes: If active==TRUE then the ConfigurationDecisionModelEntry is actually applied when transforming source into target configurations; otherwise it will be ignored. With this attribute, configuration decisions can (temporarily) be disabled without having to delete them from the model.<br /><br />If this is set to FALSE for a ConfigurationDecisionFolder, then also the entire contents of this folder are deactivated, no matter to what value their isActive-attribute is set.
Element Source Role Target Role Details
ConfigurationDecisionModel
Class  
Name: rootEntry
The root entries of the ConfigurationDecisionModel.
Name:  
The root entries in this ConfigurationDecisionModel. Entry in this sense means either a ConfigurationDecision or a ConfigurationDecisionFolder aggregating several ConfigurationDecisions.
 
ConfigurationDecisionFolder
Class  
Name: childEntry
The child entries of the ConfigurationDecisionFolder.
Name:  
 
 
Object Type Connection Notes
EAElement Class Generalization  
ConfigurationDecisionModel Class Strong  
ConfigurationDecisionFolder Class Strong  
ConfigurationDecisionFolder Class Generalization  
ConfigurationDecision Class Generalization