Class ConfigNodeImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.EObjectImpl
-
- de.uka.ipd.sdq.featureconfig.impl.ConfigNodeImpl
-
- All Implemented Interfaces:
ConfigNode
,Notifier
,EObject
,InternalEObject
public class ConfigNodeImpl extends EObjectImpl implements ConfigNode
An implementation of the model object 'Config Node'.The following features are implemented:
- Generated class or method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
-
-
Field Summary
Fields Modifier and Type Field Description protected EList<AttributeValue>
attributevalue
The cached value of the 'Attributevalue
' containment reference list.protected static String
CHECK_MULTIPLICITY_OF_FEATURE_GROUP__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the 'Check Multiplicity Of Feature Group
' operation.protected static org.eclipse.ocl.ecore.Constraint
CHECK_MULTIPLICITY_OF_FEATURE_GROUP__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the 'Check Multiplicity Of Feature Group
' invariant operation.protected static String
CONFIG_CARDINALITY_INVALID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the 'Config Cardinality Invalid
' operation.protected static org.eclipse.ocl.ecore.Constraint
CONFIG_CARDINALITY_INVALID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the 'Config Cardinality Invalid
' invariant operation.protected static ConfigState
CONFIG_STATE_EDEFAULT
The default value of the 'Config State
' attribute.protected ConfigState
configState
The cached value of the 'Config State
' attribute.protected static org.eclipse.ocl.ecore.OCL
EOCL_ENV
The cached environment for evaluating OCL expressions.protected Feature
origin
The cached value of the 'Origin
' reference.-
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConfigNodeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Feature
basicGetOrigin()
boolean
CheckMultiplicityOfFeatureGroup(DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
ConfigCardinalityInvalid(DiagnosticChain diagnostics, Map<Object,Object> context)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
EList<AttributeValue>
getAttributevalue()
ConfigState
getConfigState()
Feature
getOrigin()
void
setConfigState(ConfigState newConfigState)
void
setOrigin(Feature newOrigin)
String
toString()
-
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
origin
protected Feature origin
The cached value of the 'Origin
' reference.- See Also:
getOrigin()
- Generated class or method.
- Ordered collection.
-
CONFIG_STATE_EDEFAULT
protected static final ConfigState CONFIG_STATE_EDEFAULT
The default value of the 'Config State
' attribute.- See Also:
getConfigState()
- Generated class or method.
- Ordered collection.
-
configState
protected ConfigState configState
The cached value of the 'Config State
' attribute.- See Also:
getConfigState()
- Generated class or method.
- Ordered collection.
-
attributevalue
protected EList<AttributeValue> attributevalue
The cached value of the 'Attributevalue
' containment reference list.- See Also:
getAttributevalue()
- Generated class or method.
- Ordered collection.
-
CONFIG_CARDINALITY_INVALID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
protected static final String CONFIG_CARDINALITY_INVALID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the 'Config Cardinality Invalid
' operation.- See Also:
ConfigCardinalityInvalid(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
, Constant Field Values- Generated class or method.
- Ordered collection.
-
CONFIG_CARDINALITY_INVALID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
protected static org.eclipse.ocl.ecore.Constraint CONFIG_CARDINALITY_INVALID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the 'Config Cardinality Invalid
' invariant operation.- See Also:
ConfigCardinalityInvalid(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
- Generated class or method.
- Ordered collection.
-
CHECK_MULTIPLICITY_OF_FEATURE_GROUP__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
protected static final String CHECK_MULTIPLICITY_OF_FEATURE_GROUP__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the 'Check Multiplicity Of Feature Group
' operation.- See Also:
CheckMultiplicityOfFeatureGroup(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
, Constant Field Values- Generated class or method.
- Ordered collection.
-
CHECK_MULTIPLICITY_OF_FEATURE_GROUP__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
protected static org.eclipse.ocl.ecore.Constraint CHECK_MULTIPLICITY_OF_FEATURE_GROUP__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the 'Check Multiplicity Of Feature Group
' invariant operation.- See Also:
CheckMultiplicityOfFeatureGroup(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
- Generated class or method.
- Ordered collection.
-
EOCL_ENV
protected static final org.eclipse.ocl.ecore.OCL EOCL_ENV
The cached environment for evaluating OCL expressions.- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
- Generated class or method.
-
getOrigin
public Feature getOrigin()
- Specified by:
getOrigin
in interfaceConfigNode
- Returns:
- the value of the 'Origin' reference.
- See Also:
ConfigNode.setOrigin(Feature)
,featureconfigPackage.getConfigNode_Origin()
- Generated class or method.
-
basicGetOrigin
public Feature basicGetOrigin()
- Generated class or method.
-
setOrigin
public void setOrigin(Feature newOrigin)
- Specified by:
setOrigin
in interfaceConfigNode
- Parameters:
newOrigin
- the new value of the 'Origin' reference.- See Also:
ConfigNode.getOrigin()
- Generated class or method.
-
getConfigState
public ConfigState getConfigState()
- Specified by:
getConfigState
in interfaceConfigNode
- Returns:
- the value of the 'Config State' attribute.
- See Also:
ConfigState
,ConfigNode.setConfigState(ConfigState)
,featureconfigPackage.getConfigNode_ConfigState()
- Generated class or method.
-
setConfigState
public void setConfigState(ConfigState newConfigState)
- Specified by:
setConfigState
in interfaceConfigNode
- Parameters:
newConfigState
- the new value of the 'Config State' attribute.- See Also:
ConfigState
,ConfigNode.getConfigState()
- Generated class or method.
-
getAttributevalue
public EList<AttributeValue> getAttributevalue()
- Specified by:
getAttributevalue
in interfaceConfigNode
- Returns:
- the value of the 'Attributevalue' containment reference list.
- See Also:
featureconfigPackage.getConfigNode_Attributevalue()
,AttributeValue.getConfignode()
- Generated class or method.
-
ConfigCardinalityInvalid
public boolean ConfigCardinalityInvalid(DiagnosticChain diagnostics, Map<Object,Object> context)
- Specified by:
ConfigCardinalityInvalid
in interfaceConfigNode
- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
-
CheckMultiplicityOfFeatureGroup
public boolean CheckMultiplicityOfFeatureGroup(DiagnosticChain diagnostics, Map<Object,Object> context)
- Specified by:
CheckMultiplicityOfFeatureGroup
in interfaceConfigNode
- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
-
eInverseAdd
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseAdd
in classBasicEObjectImpl
- Generated class or method.
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
- Generated class or method.
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
- Generated class or method.
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
- Generated class or method.
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
- Generated class or method.
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
- Generated class or method.
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
- Generated class or method.
-
-