|
||||||||||
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
public class MessageExpImpl
An implementation of the model object 'OCL Message Exp'.
The following features are implemented:
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> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected EList |
argument
The cached value of the ' Argument ' containment reference list |
protected CallOperationAction |
calledOperation
The cached value of the ' Called Operation ' containment reference |
static 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()
|
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 |
---|
eContents, eCrossReferences, 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 |
---|
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.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.ocl.utilities.ASTNode |
---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
public static final String copyright
protected static final int PROPERTY_START_POSITION_EDEFAULT
Property Start Position
' attribute.
getPropertyStartPosition()
,
Constant Field Valuesprotected int propertyStartPosition
Property Start Position
' attribute.
getPropertyStartPosition()
protected static final int PROPERTY_END_POSITION_EDEFAULT
Property End Position
' attribute.
getPropertyEndPosition()
,
Constant Field Valuesprotected int propertyEndPosition
Property End Position
' attribute.
getPropertyEndPosition()
protected OCLExpression target
Target
' containment reference.
getTarget()
protected EList argument
Argument
' containment reference list.
getArgument()
protected CallOperationAction calledOperation
Called Operation
' containment reference.
getCalledOperation()
protected SendSignalAction sentSignal
Sent Signal
' containment reference.
getSentSignal()
Constructor Detail |
---|
protected MessageExpImpl()
Method Detail |
---|
protected 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 NotificationChain basicSetTarget(OCLExpression newTarget, NotificationChain msgs)
public void setTarget(OCLExpression newTarget)
setTarget
in interface MessageExp
public EList getArgument()
getArgument
in interface MessageExp
ExpressionsPackage.getMessageExp_Argument()
public CallOperationAction getCalledOperation()
getCalledOperation
in interface MessageExp
public NotificationChain basicSetCalledOperation(CallOperationAction newCalledOperation, NotificationChain msgs)
public void setCalledOperation(CallOperationAction newCalledOperation)
setCalledOperation
in interface MessageExp
public SendSignalAction getSentSignal()
getSentSignal
in interface MessageExp
public NotificationChain basicSetSentSignal(SendSignalAction newSentSignal, NotificationChain msgs)
public Object accept(Visitor v)
OCLExpressionImpl
accept
in interface Visitable
accept
in class OCLExpressionImpl
public void setSentSignal(SendSignalAction newSentSignal)
setSentSignal
in interface MessageExp
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class EModelElementImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class OCLExpressionImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class OCLExpressionImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class OCLExpressionImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class OCLExpressionImpl
public int eBaseStructuralFeatureID(int derivedFeatureID, Class baseClass)
eBaseStructuralFeatureID
in interface InternalEObject
eBaseStructuralFeatureID
in class OCLExpressionImpl
public int eDerivedStructuralFeatureID(int baseFeatureID, Class baseClass)
eDerivedStructuralFeatureID
in interface InternalEObject
eDerivedStructuralFeatureID
in class OCLExpressionImpl
public String toString()
toString
in class OCLExpressionImpl
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |