TPTP 4.1.0 Platform Project
Public API Specification

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

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.common.impl.CMNNamedElementImpl
                  extended byorg.eclipse.hyades.models.common.interactions.impl.BVRInteractionFragmentImpl
All Implemented Interfaces:
BVRInteractionFragment, CMNNamedElement, org.eclipse.emf.ecore.EObject, IAction, org.eclipse.core.runtime.IAdaptable, INamedElement, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier
Direct Known Subclasses:
BVRCombinedFragmentImpl, BVREventOccurrenceImpl, BVRExecutionOccurrenceImpl, BVRInteractionOccurrenceImpl, BVRInteractionOperandImpl, BVRStateInvariantImpl

public abstract class BVRInteractionFragmentImpl
extends CMNNamedElementImpl
implements BVRInteractionFragment

An implementation of the model object 'BVR Interaction Fragment'.

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
protected  org.eclipse.emf.common.util.EList annotations
          The cached value of the 'Annotations' containment reference list.
static java.lang.String copyright
           
protected  TPFDefaultApplication defaultApplication
          The cached value of the 'Default Application' containment reference.
protected  org.eclipse.emf.common.util.EList generalOrderings
          The cached value of the 'General Orderings' containment reference list.
protected  org.eclipse.emf.common.util.EList lifelines
          The cached value of the 'Lifelines' reference list.
protected  org.eclipse.emf.common.util.EList messages
          The cached value of the 'Messages' containment reference list.
protected  org.eclipse.emf.common.util.EList properties
          The cached value of the 'Properties' containment reference list.
 
Fields inherited from class org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl
description, DESCRIPTION_EDEFAULT, id, ID_EDEFAULT, name, NAME_EDEFAULT
 
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 BVRInteractionFragmentImpl()
           
 
Method Summary
 org.eclipse.emf.common.notify.NotificationChain basicSetDefaultApplication(TPFDefaultApplication newDefaultApplication, 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)
           
 java.util.List getActionAnnotations()
          Returns the annotations of an action.
 IPropertyGroup getActionProperties()
          Returns the properties of an action.
 org.eclipse.emf.common.util.EList getAnnotations()
           
 TPFDefaultApplication getDefaultApplication()
           
 org.eclipse.emf.common.util.EList getGeneralOrderings()
           
 BVRInteraction getInteraction()
           
 org.eclipse.emf.common.util.EList getLifelines()
           
 org.eclipse.emf.common.util.EList getMessages()
           
 org.eclipse.emf.common.util.EList getProperties()
           
 boolean isSynchronous()
          Returns the synchonization state of the action.
 void setDefaultApplication(TPFDefaultApplication newDefaultApplication)
           
 void setInteraction(BVRInteraction newInteraction)
           
 void setSynchronous(boolean synchronous)
          Sets the synchonization state of the action.
 
Methods inherited from class org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl
getAdapter, getDescription, getId, getName, setDescription, setId, setName, 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.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
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.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 
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

lifelines

protected org.eclipse.emf.common.util.EList lifelines
The cached value of the 'Lifelines' reference list.

See Also:
getLifelines()

generalOrderings

protected org.eclipse.emf.common.util.EList generalOrderings
The cached value of the 'General Orderings' containment reference list.

See Also:
getGeneralOrderings()

messages

protected org.eclipse.emf.common.util.EList messages
The cached value of the 'Messages' containment reference list.

See Also:
getMessages()

annotations

protected org.eclipse.emf.common.util.EList annotations
The cached value of the 'Annotations' containment reference list.

See Also:
getAnnotations()

properties

protected org.eclipse.emf.common.util.EList properties
The cached value of the 'Properties' containment reference list.

See Also:
getProperties()

defaultApplication

protected TPFDefaultApplication defaultApplication
The cached value of the 'Default Application' containment reference.

See Also:
getDefaultApplication()
Constructor Detail

BVRInteractionFragmentImpl

protected BVRInteractionFragmentImpl()

Method Detail

eStaticClass

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

Overrides:
eStaticClass in class CMNNamedElementImpl

getLifelines

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

Specified by:
getLifelines in interface BVRInteractionFragment
Returns:
the value of the 'Lifelines' reference list.
See Also:
Common_Behavior_InteractionsPackage.getBVRInteractionFragment_Lifelines(), BVRLifeline.getInteractionFragments()

getGeneralOrderings

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

Specified by:
getGeneralOrderings in interface BVRInteractionFragment
Returns:
the value of the 'General Orderings' containment reference list.
See Also:
Common_Behavior_InteractionsPackage.getBVRInteractionFragment_GeneralOrderings()

getMessages

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

Specified by:
getMessages in interface BVRInteractionFragment
Returns:
the value of the 'Messages' containment reference list.
See Also:
Common_Behavior_InteractionsPackage.getBVRInteractionFragment_Messages(), BVRMessage.getInteractionFragment()

getAnnotations

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

Specified by:
getAnnotations in interface BVRInteractionFragment
Returns:
the value of the 'Annotations' containment reference list.
See Also:
Common_Behavior_InteractionsPackage.getBVRInteractionFragment_Annotations()

getInteraction

public BVRInteraction getInteraction()

Specified by:
getInteraction in interface BVRInteractionFragment
Returns:
the value of the 'Interaction' container reference.
See Also:
BVRInteractionFragment.setInteraction(BVRInteraction), Common_Behavior_InteractionsPackage.getBVRInteractionFragment_Interaction(), BVRInteraction.getInteractionFragments()

setInteraction

public void setInteraction(BVRInteraction newInteraction)

Specified by:
setInteraction in interface BVRInteractionFragment
Parameters:
newInteraction - the new value of the 'Interaction' container reference.
See Also:
BVRInteractionFragment.getInteraction()

getProperties

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

Specified by:
getProperties in interface BVRInteractionFragment
Returns:
the value of the 'Properties' containment reference list.
See Also:
Common_Behavior_InteractionsPackage.getBVRInteractionFragment_Properties()

getDefaultApplication

public TPFDefaultApplication getDefaultApplication()

Specified by:
getDefaultApplication in interface BVRInteractionFragment
Returns:
the value of the 'Default Application' containment reference.
See Also:
BVRInteractionFragment.setDefaultApplication(TPFDefaultApplication), Common_Behavior_InteractionsPackage.getBVRInteractionFragment_DefaultApplication(), TPFDefaultApplication.getInteractionFragment()

basicSetDefaultApplication

public org.eclipse.emf.common.notify.NotificationChain basicSetDefaultApplication(TPFDefaultApplication newDefaultApplication,
                                                                                  org.eclipse.emf.common.notify.NotificationChain msgs)


setDefaultApplication

public void setDefaultApplication(TPFDefaultApplication newDefaultApplication)

Specified by:
setDefaultApplication in interface BVRInteractionFragment
Parameters:
newDefaultApplication - the new value of the 'Default Application' containment reference.
See Also:
BVRInteractionFragment.getDefaultApplication()

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
Overrides:
eGet in class CMNNamedElementImpl

eSet

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

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

eUnset

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

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

eIsSet

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

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

getActionProperties

public IPropertyGroup getActionProperties()
Description copied from interface: IAction
Returns the properties of an action. Properties are pairs of name and value.

Specified by:
getActionProperties in interface IAction
Returns:
IPropertyGroup

isSynchronous

public boolean isSynchronous()
Description copied from interface: IAction
Returns the synchonization state of the action. A true indicates that the action is to be invoked in parallel. A false return indicates that the action is to be invoked in series.

If the action implementation doesn't support this concept this method must return true.

Specified by:
isSynchronous in interface IAction
Returns:
boolean

setSynchronous

public void setSynchronous(boolean synchronous)
                    throws java.lang.UnsupportedOperationException
Description copied from interface: IAction
Sets the synchonization state of the action. Setting the state to true means that the action is to be invoked in parallel. A false setting means that the action is to be invoked in series.

If the action implementation doesn't support this concept this method should throw UnsupportedOperationException.

Specified by:
setSynchronous in interface IAction
Parameters:
synchronous -
Throws:
java.lang.UnsupportedOperationException

getActionAnnotations

public java.util.List getActionAnnotations()
Description copied from interface: IAction
Returns the annotations of an action.

Specified by:
getActionAnnotations in interface IAction
Returns:
List
See Also:
IAnnotation

TPTP 4.1.0 Platform Project
Public API Specification