org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
Class DefCSImpl

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 org.eclipse.ocl.examples.xtext.base.baseCST.impl.ElementCSImpl
                  extended by org.eclipse.ocl.examples.xtext.base.baseCST.impl.ModelElementCSImpl
                      extended by org.eclipse.ocl.examples.xtext.base.baseCST.impl.MonikeredElementCSImpl
                          extended by org.eclipse.ocl.examples.xtext.base.baseCST.impl.NamedElementCSImpl
                              extended by org.eclipse.ocl.examples.xtext.base.baseCST.impl.ConstraintCSImpl
                                  extended by org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl.ContextConstraintCSImpl
                                      extended by org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl.DefCSImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, Nameable, Pivotable, PivotObject, ConstraintCS, ElementCS, ModelElementCS, MonikeredElementCS, NamedElementCS, VisitableCS, ContextConstraintCS, DefCS

public class DefCSImpl
extends ContextConstraintCSImpl
implements DefCS

An implementation of the model object 'Def CS'.

The following features are implemented:

Generated

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>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected static java.lang.String CONSTRAINED_NAME_EDEFAULT
          The default value of the 'Constrained Name' attribute.
protected  java.lang.String constrainedName
          The cached value of the 'Constrained Name' attribute.
protected  boolean operation
          The cached value of the 'Operation' attribute.
protected static boolean OPERATION_EDEFAULT
          The default value of the 'Operation' attribute.
protected  TypedRefCS ownedType
          The cached value of the 'Owned Type' containment reference.
protected  org.eclipse.emf.common.util.EList<VariableCS> parameters
          The cached value of the 'Parameters' containment reference list.
protected  boolean static_
          The cached value of the 'Static' attribute.
protected static boolean STATIC_EDEFAULT
          The default value of the 'Static' attribute.
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.ConstraintCSImpl
messageSpecification, specification, stereotype, STEREOTYPE_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.NamedElementCSImpl
name, NAME_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.MonikeredElementCSImpl
moniker, MONIKER_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.ModelElementCSImpl
ORIGINAL_XMI_ID_EDEFAULT, originalXmiId, ownedAnnotation, pivot
 
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 DefCSImpl()
           
 
Method Summary
<R,C> R
accept(BaseCSVisitor<R,C> visitor)
          Returns the result of accepting a visit from a visitor.
 org.eclipse.emf.common.notify.NotificationChain basicSetOwnedType(TypedRefCS newOwnedType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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)
           
 java.lang.String getConstrainedName()
           
 TypedRefCS getOwnedType()
           
 org.eclipse.emf.common.util.EList<VariableCS> getParameters()
           
 boolean isOperation()
           
 boolean isStatic()
           
 void setConstrainedName(java.lang.String newConstrainedName)
           
 void setOperation(boolean newOperation)
           
 void setOwnedType(TypedRefCS newOwnedType)
           
 void setStatic(boolean newStatic)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl.ContextConstraintCSImpl
basicSetContextDecl, eBasicRemoveFromContainerFeature, eInverseAdd, getContextDecl, setContextDecl, setMoniker
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.ConstraintCSImpl
basicSetMessageSpecification, basicSetSpecification, getMessageSpecification, getSpecification, getStereotype, setMessageSpecification, setSpecification, setStereotype
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.NamedElementCSImpl
getName, setName
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.MonikeredElementCSImpl
getDescription, getMoniker, hasMoniker, resetMoniker, resetPivot
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.baseCST.impl.ModelElementCSImpl
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, 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.ocl.examples.xtext.completeocl.completeOCLCST.ContextConstraintCS
getContextDecl, setContextDecl
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ConstraintCS
getMessageSpecification, getSpecification, getStereotype, setMessageSpecification, setSpecification, setStereotype
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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.ecore.InternalEObject
eNotificationRequired
 

Field Detail

STATIC_EDEFAULT

protected static final boolean STATIC_EDEFAULT
The default value of the 'Static' attribute.

See Also:
isStatic(), Constant Field Values
Generated
Ordered

static_

protected boolean static_
The cached value of the 'Static' attribute.

See Also:
isStatic()
Generated
Ordered

CONSTRAINED_NAME_EDEFAULT

protected static final java.lang.String CONSTRAINED_NAME_EDEFAULT
The default value of the 'Constrained Name' attribute.

See Also:
getConstrainedName()
Generated
Ordered

constrainedName

protected java.lang.String constrainedName
The cached value of the 'Constrained Name' attribute.

See Also:
getConstrainedName()
Generated
Ordered

OPERATION_EDEFAULT

protected static final boolean OPERATION_EDEFAULT
The default value of the 'Operation' attribute.

See Also:
isOperation(), Constant Field Values
Generated
Ordered

operation

protected boolean operation
The cached value of the 'Operation' attribute.

See Also:
isOperation()
Generated
Ordered

parameters

protected org.eclipse.emf.common.util.EList<VariableCS> parameters
The cached value of the 'Parameters' containment reference list.

See Also:
getParameters()
Generated
Ordered

ownedType

protected TypedRefCS ownedType
The cached value of the 'Owned Type' containment reference.

See Also:
getOwnedType()
Generated
Ordered
Constructor Detail

DefCSImpl

protected DefCSImpl()

Generated
Method Detail

eStaticClass

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

Overrides:
eStaticClass in class ContextConstraintCSImpl
Generated

isStatic

public boolean isStatic()

Specified by:
isStatic in interface DefCS
Returns:
the value of the 'Static' attribute.
See Also:
DefCS.setStatic(boolean), CompleteOCLCSTPackage.getDefCS_Static()
Generated

setStatic

public void setStatic(boolean newStatic)

Specified by:
setStatic in interface DefCS
Parameters:
newStatic - the new value of the 'Static' attribute.
See Also:
DefCS.isStatic()
Generated

getConstrainedName

public java.lang.String getConstrainedName()

Specified by:
getConstrainedName in interface DefCS
Returns:
the value of the 'Constrained Name' attribute.
See Also:
DefCS.setConstrainedName(String), CompleteOCLCSTPackage.getDefCS_ConstrainedName()
Generated

setConstrainedName

public void setConstrainedName(java.lang.String newConstrainedName)

Specified by:
setConstrainedName in interface DefCS
Parameters:
newConstrainedName - the new value of the 'Constrained Name' attribute.
See Also:
DefCS.getConstrainedName()
Generated

isOperation

public boolean isOperation()

Specified by:
isOperation in interface DefCS
Returns:
the value of the 'Operation' attribute.
See Also:
DefCS.setOperation(boolean), CompleteOCLCSTPackage.getDefCS_Operation()
Generated

setOperation

public void setOperation(boolean newOperation)

Specified by:
setOperation in interface DefCS
Parameters:
newOperation - the new value of the 'Operation' attribute.
See Also:
DefCS.isOperation()
Generated

getParameters

public org.eclipse.emf.common.util.EList<VariableCS> getParameters()

Specified by:
getParameters in interface DefCS
Returns:
the value of the 'Parameters' containment reference list.
See Also:
CompleteOCLCSTPackage.getDefCS_Parameters()
Generated

getOwnedType

public TypedRefCS getOwnedType()

Specified by:
getOwnedType in interface DefCS
Returns:
the value of the 'Owned Type' containment reference.
See Also:
DefCS.setOwnedType(TypedRefCS), CompleteOCLCSTPackage.getDefCS_OwnedType()
Generated

basicSetOwnedType

public org.eclipse.emf.common.notify.NotificationChain basicSetOwnedType(TypedRefCS newOwnedType,
                                                                         org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setOwnedType

public void setOwnedType(TypedRefCS newOwnedType)

Specified by:
setOwnedType in interface DefCS
Parameters:
newOwnedType - the new value of the 'Owned Type' containment reference.
See Also:
DefCS.getOwnedType()
Generated

eInverseRemove

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

Overrides:
eInverseRemove in class ContextConstraintCSImpl
Generated

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 ContextConstraintCSImpl
Generated

eSet

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

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

eUnset

public void eUnset(int featureID)

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

eIsSet

public boolean eIsSet(int featureID)

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

toString

public java.lang.String toString()

Overrides:
toString in class ConstraintCSImpl
Generated
NOT

accept

public <R,C> R accept(BaseCSVisitor<R,C> visitor)
Description copied from interface: VisitableCS
Returns the result of accepting a visit from a visitor. Implementations typically invoke a derived-class-specific variant of visitXXX() to facilitate derived-class-specific processing or just visit() when no such method is available.

Implementations of visit() may use the EcoreSwitch to perform derived-class-specific processing.

Derived implementations of accept() may use getAdapter() to obtain richer visitor interfaces.

Specified by:
accept in interface VisitableCS
Overrides:
accept in class ContextConstraintCSImpl
Returns:
the result of the visit.