|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ocl.uml.impl.TypedElementImpl
org.eclipse.emf.ocl.expressions.impl.OCLExpressionImpl
org.eclipse.emf.ocl.expressions.impl.MessageExpImpl
An implementation of the model object 'OCL Message Exp'.
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.EPropertiesHolderBaseImpl, 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 |
argument
The cached value of the ' Argument ' containment reference list |
protected CallOperationAction |
calledOperation
The cached value of the ' Called Operation ' containment reference |
static java.lang.String |
copyright
|
protected static int |
PROPERTY_END_POSITION_EDEFAULT
The default value of the ' Property End Position ' attribute |
protected static int |
PROPERTY_START_POSITION_EDEFAULT
The default value of the ' Property Start Position ' attribute |
protected int |
propertyEndPosition
The cached value of the ' Property End Position ' attribute |
protected int |
propertyStartPosition
The cached value of the ' Property Start Position ' attribute |
protected SendSignalAction |
sentSignal
The cached value of the ' Sent Signal ' containment reference |
protected OCLExpression |
target
The cached value of the ' Target ' containment reference |
Fields inherited from class org.eclipse.emf.ocl.expressions.impl.OCLExpressionImpl |
---|
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition |
Fields inherited from class org.eclipse.emf.ocl.uml.impl.TypedElementImpl |
---|
type |
Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
---|
name, NAME_EDEFAULT |
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eAnnotations, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG |
Fields inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl |
---|
eContents, eCrossReferences, eProxyURI |
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 |
MessageExpImpl()
|
Method Summary | |
---|---|
java.lang.Object |
accept(Visitor v)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetCalledOperation(CallOperationAction newCalledOperation,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetSentSignal(SendSignalAction newSentSignal,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetTarget(OCLExpression newTarget,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class baseClass)
|
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class baseClass)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
org.eclipse.emf.common.util.EList |
getArgument()
|
CallOperationAction |
getCalledOperation()
|
int |
getPropertyEndPosition()
|
int |
getPropertyStartPosition()
|
SendSignalAction |
getSentSignal()
|
OCLExpression |
getTarget()
|
void |
setCalledOperation(CallOperationAction newCalledOperation)
|
void |
setPropertyEndPosition(int newPropertyEndPosition)
|
void |
setPropertyStartPosition(int newPropertyStartPosition)
|
void |
setSentSignal(SendSignalAction newSentSignal)
|
void |
setTarget(OCLExpression newTarget)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.emf.ocl.expressions.impl.OCLExpressionImpl |
---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
Methods inherited from class org.eclipse.emf.ocl.uml.impl.TypedElementImpl |
---|
basicGetType, getType, setType |
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
---|
getName, getNameGen, setName |
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eInverseAdd, eObjectForURIFragmentSegment, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen |
Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl |
---|
eContents, eCrossReferences, eIsProxy, eProperties, eProxyURI, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, 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, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ocl.uml.TypedElement |
---|
getType, setType |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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.emf.ocl.utilities.ASTNode |
---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
public static final java.lang.String copyright
protected static final int PROPERTY_START_POSITION_EDEFAULT
Property Start Position
' attribute.
MessageExpImpl.getPropertyStartPosition()
,
Constant Field Valuesprotected int propertyStartPosition
Property Start Position
' attribute.
MessageExpImpl.getPropertyStartPosition()
protected static final int PROPERTY_END_POSITION_EDEFAULT
Property End Position
' attribute.
MessageExpImpl.getPropertyEndPosition()
,
Constant Field Valuesprotected int propertyEndPosition
Property End Position
' attribute.
MessageExpImpl.getPropertyEndPosition()
protected OCLExpression target
Target
' containment reference.
MessageExpImpl.getTarget()
protected org.eclipse.emf.common.util.EList argument
Argument
' containment reference list.
MessageExpImpl.getArgument()
protected CallOperationAction calledOperation
Called Operation
' containment reference.
MessageExpImpl.getCalledOperation()
protected SendSignalAction sentSignal
Sent Signal
' containment reference.
MessageExpImpl.getSentSignal()
Constructor Detail |
protected MessageExpImpl()
Method Detail |
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class OCLExpressionImpl
public int getPropertyStartPosition()
getPropertyStartPosition
in interface CallingASTNode
CallingASTNode.setPropertyStartPosition(int)
,
UtilitiesPackage.getCallingASTNode_PropertyStartPosition()
public void setPropertyStartPosition(int newPropertyStartPosition)
setPropertyStartPosition
in interface CallingASTNode
newPropertyStartPosition
- the new value of the 'Property Start Position' attribute.CallingASTNode.getPropertyStartPosition()
public int getPropertyEndPosition()
getPropertyEndPosition
in interface CallingASTNode
CallingASTNode.setPropertyEndPosition(int)
,
UtilitiesPackage.getCallingASTNode_PropertyEndPosition()
public void setPropertyEndPosition(int newPropertyEndPosition)
setPropertyEndPosition
in interface CallingASTNode
newPropertyEndPosition
- the new value of the 'Property End Position' attribute.CallingASTNode.getPropertyEndPosition()
public OCLExpression getTarget()
getTarget
in interface MessageExp
public org.eclipse.emf.common.notify.NotificationChain basicSetTarget(OCLExpression newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTarget(OCLExpression newTarget)
setTarget
in interface MessageExp
public org.eclipse.emf.common.util.EList getArgument()
getArgument
in interface MessageExp
ExpressionsPackage.getMessageExp_Argument()
public CallOperationAction getCalledOperation()
getCalledOperation
in interface MessageExp
public org.eclipse.emf.common.notify.NotificationChain basicSetCalledOperation(CallOperationAction newCalledOperation, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setCalledOperation(CallOperationAction newCalledOperation)
setCalledOperation
in interface MessageExp
public SendSignalAction getSentSignal()
getSentSignal
in interface MessageExp
public org.eclipse.emf.common.notify.NotificationChain basicSetSentSignal(SendSignalAction newSentSignal, org.eclipse.emf.common.notify.NotificationChain msgs)
public java.lang.Object accept(Visitor v)
Visitable
accept
in interface Visitable
accept
in class OCLExpressionImpl
public void setSentSignal(SendSignalAction newSentSignal)
setSentSignal
in interface MessageExp
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class OCLExpressionImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class OCLExpressionImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class OCLExpressionImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class OCLExpressionImpl
public int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class baseClass)
eBaseStructuralFeatureID
in interface org.eclipse.emf.ecore.InternalEObject
eBaseStructuralFeatureID
in class OCLExpressionImpl
public int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class baseClass)
eDerivedStructuralFeatureID
in interface org.eclipse.emf.ecore.InternalEObject
eDerivedStructuralFeatureID
in class OCLExpressionImpl
public java.lang.String toString()
toString
in class OCLExpressionImpl
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |