TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.interactions.impl
Class BVRMessageImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.hyades.models.common.interactions.impl.BVRMessageImpl
All Implemented Interfaces:
BVRMessage, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier

public class BVRMessageImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements BVRMessage

An implementation of the model object 'BVR Message'.

The following features are implemented:


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static java.lang.String copyright
           
protected  org.eclipse.emf.common.util.EList instanceValues
          The cached value of the 'Instance Values' reference list.
protected static BVRMessageSort MESSAGE_SORT_EDEFAULT
          The default value of the 'Message Sort' attribute.
protected  BVRMessageSort messageSort
          The cached value of the 'Message Sort' attribute.
protected  CFGOperation operation
          The cached value of the 'Operation' reference.
protected  BVRMessageEnd receiveMessageEnd
          The cached value of the 'Receive Message End' reference.
protected  BVRMessageEnd sendMessageEnd
          The cached value of the 'Send Message End' 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 interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected BVRMessageImpl()
           
 
Method Summary
 CFGOperation basicGetOperation()
           
 BVRMessageEnd basicGetReceiveMessageEnd()
           
 BVRMessageEnd basicGetSendMessageEnd()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetReceiveMessageEnd(BVRMessageEnd newReceiveMessageEnd, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetSendMessageEnd(BVRMessageEnd newSendMessageEnd, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainer(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, java.lang.Class baseClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, java.lang.Class baseClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 org.eclipse.emf.common.util.EList getInstanceValues()
           
 BVRInteractionFragment getInteractionFragment()
           
 BVRMessageSort getMessageSort()
           
 CFGOperation getOperation()
           
 BVRMessageEnd getReceiveMessageEnd()
           
 BVRMessageEnd getSendMessageEnd()
           
 void setInteractionFragment(BVRInteractionFragment newInteractionFragment)
           
 void setMessageSort(BVRMessageSort newMessageSort)
           
 void setOperation(CFGOperation newOperation)
           
 void setReceiveMessageEnd(BVRMessageEnd newReceiveMessageEnd)
           
 void setSendMessageEnd(BVRMessageEnd newSendMessageEnd)
           
 java.lang.String 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
eAllContents, eBaseStructuralFeatureID, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
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, eIsProxy, eResource
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
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

MESSAGE_SORT_EDEFAULT

protected static final BVRMessageSort MESSAGE_SORT_EDEFAULT
The default value of the 'Message Sort' attribute.

See Also:
getMessageSort()

messageSort

protected BVRMessageSort messageSort
The cached value of the 'Message Sort' attribute.

See Also:
getMessageSort()

receiveMessageEnd

protected BVRMessageEnd receiveMessageEnd
The cached value of the 'Receive Message End' reference.

See Also:
getReceiveMessageEnd()

sendMessageEnd

protected BVRMessageEnd sendMessageEnd
The cached value of the 'Send Message End' reference.

See Also:
getSendMessageEnd()

instanceValues

protected org.eclipse.emf.common.util.EList instanceValues
The cached value of the 'Instance Values' reference list.

See Also:
getInstanceValues()

operation

protected CFGOperation operation
The cached value of the 'Operation' reference.

See Also:
getOperation()
Constructor Detail

BVRMessageImpl

protected BVRMessageImpl()

Method Detail

eStaticClass

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


getMessageSort

public BVRMessageSort getMessageSort()

Specified by:
getMessageSort in interface BVRMessage
Returns:
the value of the 'Message Sort' attribute.
See Also:
BVRMessageSort, BVRMessage.setMessageSort(BVRMessageSort), Common_Behavior_InteractionsPackage.getBVRMessage_MessageSort()

setMessageSort

public void setMessageSort(BVRMessageSort newMessageSort)

Specified by:
setMessageSort in interface BVRMessage
Parameters:
newMessageSort - the new value of the 'Message Sort' attribute.
See Also:
BVRMessageSort, BVRMessage.getMessageSort()

getReceiveMessageEnd

public BVRMessageEnd getReceiveMessageEnd()

Specified by:
getReceiveMessageEnd in interface BVRMessage
Returns:
the value of the 'Receive Message End' reference.
See Also:
BVRMessage.setReceiveMessageEnd(BVRMessageEnd), Common_Behavior_InteractionsPackage.getBVRMessage_ReceiveMessageEnd(), BVRMessageEnd.getReceiveMessage()

basicGetReceiveMessageEnd

public BVRMessageEnd basicGetReceiveMessageEnd()


basicSetReceiveMessageEnd

public org.eclipse.emf.common.notify.NotificationChain basicSetReceiveMessageEnd(BVRMessageEnd newReceiveMessageEnd,
                                                                                 org.eclipse.emf.common.notify.NotificationChain msgs)


setReceiveMessageEnd

public void setReceiveMessageEnd(BVRMessageEnd newReceiveMessageEnd)

Specified by:
setReceiveMessageEnd in interface BVRMessage
Parameters:
newReceiveMessageEnd - the new value of the 'Receive Message End' reference.
See Also:
BVRMessage.getReceiveMessageEnd()

getSendMessageEnd

public BVRMessageEnd getSendMessageEnd()

Specified by:
getSendMessageEnd in interface BVRMessage
Returns:
the value of the 'Send Message End' reference.
See Also:
BVRMessage.setSendMessageEnd(BVRMessageEnd), Common_Behavior_InteractionsPackage.getBVRMessage_SendMessageEnd(), BVRMessageEnd.getSendMessage()

basicGetSendMessageEnd

public BVRMessageEnd basicGetSendMessageEnd()


basicSetSendMessageEnd

public org.eclipse.emf.common.notify.NotificationChain basicSetSendMessageEnd(BVRMessageEnd newSendMessageEnd,
                                                                              org.eclipse.emf.common.notify.NotificationChain msgs)


setSendMessageEnd

public void setSendMessageEnd(BVRMessageEnd newSendMessageEnd)

Specified by:
setSendMessageEnd in interface BVRMessage
Parameters:
newSendMessageEnd - the new value of the 'Send Message End' reference.
See Also:
BVRMessage.getSendMessageEnd()

getInteractionFragment

public BVRInteractionFragment getInteractionFragment()

Specified by:
getInteractionFragment in interface BVRMessage
Returns:
the value of the 'Interaction Fragment' container reference.
See Also:
BVRMessage.setInteractionFragment(BVRInteractionFragment), Common_Behavior_InteractionsPackage.getBVRMessage_InteractionFragment(), BVRInteractionFragment.getMessages()

setInteractionFragment

public void setInteractionFragment(BVRInteractionFragment newInteractionFragment)

Specified by:
setInteractionFragment in interface BVRMessage
Parameters:
newInteractionFragment - the new value of the 'Interaction Fragment' container reference.
See Also:
BVRMessage.getInteractionFragment()

getInstanceValues

public org.eclipse.emf.common.util.EList getInstanceValues()

Specified by:
getInstanceValues in interface BVRMessage
Returns:
the value of the 'Instance Values' reference list.
See Also:
Common_Behavior_InteractionsPackage.getBVRMessage_InstanceValues()

getOperation

public CFGOperation getOperation()

Specified by:
getOperation in interface BVRMessage
Returns:
the value of the 'Operation' reference.
See Also:
BVRMessage.setOperation(CFGOperation), Common_Behavior_InteractionsPackage.getBVRMessage_Operation()

basicGetOperation

public CFGOperation basicGetOperation()


setOperation

public void setOperation(CFGOperation newOperation)

Specified by:
setOperation in interface BVRMessage
Parameters:
newOperation - the new value of the 'Operation' reference.
See Also:
BVRMessage.getOperation()

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   java.lang.Class baseClass,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eInverseAdd in interface org.eclipse.emf.ecore.InternalEObject

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      java.lang.Class baseClass,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eInverseRemove in interface org.eclipse.emf.ecore.InternalEObject

eBasicRemoveFromContainer

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainer(org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eBasicRemoveFromContainer in interface org.eclipse.emf.ecore.InternalEObject

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)

Specified by:
eGet in interface org.eclipse.emf.ecore.EObject

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.EObject

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject

toString

public java.lang.String toString()


TPTP 4.1.0 Platform Project
Public API Specification