|
||||||||||
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.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
de.cau.cs.kieler.esterel.esterel.impl.StatementImpl
de.cau.cs.kieler.esterel.esterel.impl.RepeatImpl
public class RepeatImpl
An implementation of the model object 'Repeat'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
MinimalEObjectImpl.Container.Dynamic |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
MinimalEObjectImpl.Container |
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 DataExpr |
dataExpr
The cached value of the ' Data Expr ' containment reference. |
protected boolean |
positive
The cached value of the ' Positive ' attribute. |
protected static boolean |
POSITIVE_EDEFAULT
The default value of the ' Positive ' attribute. |
protected Statement |
statement
The cached value of the ' Statement ' containment reference. |
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eContainer |
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.EStructuralFeature.Internal.DynamicValueHolder |
---|
NIL |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
RepeatImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetDataExpr(DataExpr newDataExpr,
NotificationChain msgs)
|
NotificationChain |
basicSetStatement(Statement newStatement,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
DataExpr |
getDataExpr()
|
Statement |
getStatement()
|
boolean |
isPositive()
|
void |
setDataExpr(DataExpr newDataExpr)
|
void |
setPositive(boolean newPositive)
|
void |
setStatement(Statement newStatement)
|
String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eBasicSetContainer, eInternalContainer |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings |
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, 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.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final boolean POSITIVE_EDEFAULT
Positive
' attribute.
isPositive()
,
Constant Field Valuesprotected boolean positive
Positive
' attribute.
isPositive()
protected DataExpr dataExpr
Data Expr
' containment reference.
getDataExpr()
protected Statement statement
Statement
' containment reference.
getStatement()
Constructor Detail |
---|
protected RepeatImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class StatementImpl
public boolean isPositive()
isPositive
in interface Repeat
Repeat.setPositive(boolean)
,
EsterelPackage.getRepeat_Positive()
public void setPositive(boolean newPositive)
setPositive
in interface Repeat
newPositive
- the new value of the 'Positive' attribute.Repeat.isPositive()
public DataExpr getDataExpr()
getDataExpr
in interface Repeat
Repeat.setDataExpr(DataExpr)
,
EsterelPackage.getRepeat_DataExpr()
public NotificationChain basicSetDataExpr(DataExpr newDataExpr, NotificationChain msgs)
public void setDataExpr(DataExpr newDataExpr)
setDataExpr
in interface Repeat
newDataExpr
- the new value of the 'Data Expr' containment reference.Repeat.getDataExpr()
public Statement getStatement()
getStatement
in interface Repeat
Repeat.setStatement(Statement)
,
EsterelPackage.getRepeat_Statement()
public NotificationChain basicSetStatement(Statement newStatement, NotificationChain msgs)
public void setStatement(Statement newStatement)
setStatement
in interface Repeat
newStatement
- the new value of the 'Statement' containment reference.Repeat.getStatement()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |