edu.cmu.sei.aadl.model.instance.impl
Class InstanceReferenceValueImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by edu.cmu.sei.aadl.model.core.impl.AObjectImpl
                  extended by edu.cmu.sei.aadl.model.property.impl.PropertyValueImpl
                      extended by edu.cmu.sei.aadl.model.property.impl.ReferenceValueImpl
                          extended by edu.cmu.sei.aadl.model.instance.impl.InstanceReferenceValueImpl
All Implemented Interfaces:
AObject, InstanceReferenceValue, PropertyValue, ReferenceValue, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class InstanceReferenceValueImpl
extends ReferenceValueImpl
implements InstanceReferenceValue

An implementation of the model object 'Reference Value'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static java.lang.String copyright
           
protected  InstanceObject referencedInstanceObject
          The cached value of the 'Referenced Instance Object' reference
 
Fields inherited from class edu.cmu.sei.aadl.model.property.impl.ReferenceValueImpl
referenceElement, subcomponentName
 
Fields inherited from class edu.cmu.sei.aadl.model.core.impl.AObjectImpl
comment, locationReference
 
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
protected InstanceReferenceValueImpl()
           
 
Method Summary
 InstanceObject basicGetReferencedInstanceObject()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 boolean equals(java.lang.Object o)
          Two instance reference values are equal if they reference the same instance object.
 void eSet(int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 InstanceObject getReferencedInstanceObject()
           
 java.lang.String getValueAsString()
          value as string
 PropertyValue instantiate(ComponentInstance root)
          Instance reference property values are already instantiated, so just return self.
 void setReferencedInstanceObject(InstanceObject newReferencedInstanceObject)
           
 
Methods inherited from class edu.cmu.sei.aadl.model.property.impl.ReferenceValueImpl
addReferenceElement, addSubcomponentName, evaluate, getReferenceElement, getSubcomponentName, preEvaluate
 
Methods inherited from class edu.cmu.sei.aadl.model.core.impl.AObjectImpl
addComment, eObjectForURIFragmentSegment, eURIFragmentSegment, getAadlSpec, getAdapter, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.cmu.sei.aadl.model.property.ReferenceValue
addReferenceElement, addSubcomponentName, getReferenceElement, getSubcomponentName
 
Methods inherited from interface edu.cmu.sei.aadl.model.property.PropertyValue
evaluate, preEvaluate
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

referencedInstanceObject

protected InstanceObject referencedInstanceObject
The cached value of the 'Referenced Instance Object' reference.

See Also:
getReferencedInstanceObject()
Constructor Detail

InstanceReferenceValueImpl

protected InstanceReferenceValueImpl()

Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class ReferenceValueImpl

getReferencedInstanceObject

public InstanceObject getReferencedInstanceObject()

Specified by:
getReferencedInstanceObject in interface InstanceReferenceValue
Returns:
the value of the 'Referenced Instance Object' reference.
See Also:
InstanceReferenceValue.setReferencedInstanceObject(InstanceObject), InstancePackage.getInstanceReferenceValue_ReferencedInstanceObject()

basicGetReferencedInstanceObject

public InstanceObject basicGetReferencedInstanceObject()


setReferencedInstanceObject

public void setReferencedInstanceObject(InstanceObject newReferencedInstanceObject)

Specified by:
setReferencedInstanceObject in interface InstanceReferenceValue
Parameters:
newReferencedInstanceObject - the new value of the 'Referenced Instance Object' reference.
See Also:
InstanceReferenceValue.getReferencedInstanceObject()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class ReferenceValueImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class ReferenceValueImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class ReferenceValueImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class ReferenceValueImpl

getValueAsString

public java.lang.String getValueAsString()
value as string

Specified by:
getValueAsString in interface PropertyValue
Overrides:
getValueAsString in class ReferenceValueImpl
Returns:
path of subcomponent names

equals

public boolean equals(java.lang.Object o)
Two instance reference values are equal if they reference the same instance object.

Overrides:
equals in class ReferenceValueImpl

instantiate

public PropertyValue instantiate(ComponentInstance root)
Instance reference property values are already instantiated, so just return self.

Specified by:
instantiate in interface PropertyValue
Overrides:
instantiate in class ReferenceValueImpl
Parameters:
root - The component instance to be used as the root of subcomponent paths. (This is also the component whose declared modes may be used in any in modes clauses.)
Returns:
The instantiated property value.