|
||||||||||
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
de.cau.cs.kieler.synccharts.impl.ValuedObjectImpl
de.cau.cs.kieler.synccharts.impl.SignalImpl
public class SignalImpl
An implementation of the model object 'Signal'.
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 static CombineOperator |
COMBINE_OPERATOR_EDEFAULT
The default value of the ' Combine Operator ' attribute. |
protected CombineOperator |
combineOperator
The cached value of the ' Combine Operator ' attribute. |
protected static String |
HOST_COMBINE_OPERATOR_EDEFAULT
The default value of the ' Host Combine Operator ' attribute. |
protected String |
hostCombineOperator
The cached value of the ' Host Combine Operator ' attribute. |
protected static boolean |
IS_INPUT_EDEFAULT
The default value of the ' Is Input ' attribute. |
protected static boolean |
IS_OUTPUT_EDEFAULT
The default value of the ' Is Output ' attribute. |
protected boolean |
isInput
The cached value of the ' Is Input ' attribute. |
protected boolean |
isOutput
The cached value of the ' Is Output ' attribute. |
protected EObject |
value
The cached value of the ' Value ' containment reference. |
Fields inherited from class de.cau.cs.kieler.synccharts.impl.ValuedObjectImpl |
---|
HOST_TYPE_EDEFAULT, hostType, INITIAL_VALUE_EDEFAULT, initialValue, name, NAME_EDEFAULT, type, TYPE_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 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 |
SignalImpl()
|
Methods inherited from class de.cau.cs.kieler.synccharts.impl.ValuedObjectImpl |
---|
getHostType, getInitialValue, getName, getType, setHostType, setInitialValue, setName, setType |
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.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 de.cau.cs.kieler.synccharts.ValuedObject |
---|
getHostType, getInitialValue, getName, getType, setHostType, setInitialValue, setName, setType |
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 EObject value
Value
' containment reference.
getValue()
protected static final boolean IS_INPUT_EDEFAULT
Is Input
' attribute.
isIsInput()
,
Constant Field Valuesprotected boolean isInput
Is Input
' attribute.
isIsInput()
protected static final boolean IS_OUTPUT_EDEFAULT
Is Output
' attribute.
isIsOutput()
,
Constant Field Valuesprotected boolean isOutput
Is Output
' attribute.
isIsOutput()
protected static final CombineOperator COMBINE_OPERATOR_EDEFAULT
Combine Operator
' attribute.
getCombineOperator()
protected CombineOperator combineOperator
Combine Operator
' attribute.
getCombineOperator()
protected static final String HOST_COMBINE_OPERATOR_EDEFAULT
Host Combine Operator
' attribute.
getHostCombineOperator()
protected String hostCombineOperator
Host Combine Operator
' attribute.
getHostCombineOperator()
Constructor Detail |
---|
protected SignalImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class ValuedObjectImpl
public EObject getValue()
getValue
in interface Signal
Signal.setValue(EObject)
,
SyncchartsPackage.getSignal_Value()
public NotificationChain basicSetValue(EObject newValue, NotificationChain msgs)
public void setValue(EObject newValue)
setValue
in interface Signal
newValue
- the new value of the 'Value' containment reference.Signal.getValue()
public State getParentState()
getParentState
in interface Signal
Signal.setParentState(State)
,
SyncchartsPackage.getSignal_ParentState()
,
State.getSignals()
public NotificationChain basicSetParentState(State newParentState, NotificationChain msgs)
public void setParentState(State newParentState)
setParentState
in interface Signal
newParentState
- the new value of the 'Parent State' container reference.Signal.getParentState()
public boolean isIsInput()
isIsInput
in interface Signal
Signal.setIsInput(boolean)
,
SyncchartsPackage.getSignal_IsInput()
public void setIsInput(boolean newIsInput)
setIsInput
in interface Signal
newIsInput
- the new value of the 'Is Input' attribute.Signal.isIsInput()
public boolean isIsOutput()
isIsOutput
in interface Signal
Signal.setIsOutput(boolean)
,
SyncchartsPackage.getSignal_IsOutput()
public void setIsOutput(boolean newIsOutput)
setIsOutput
in interface Signal
newIsOutput
- the new value of the 'Is Output' attribute.Signal.isIsOutput()
public CombineOperator getCombineOperator()
getCombineOperator
in interface Signal
CombineOperator
,
Signal.setCombineOperator(CombineOperator)
,
SyncchartsPackage.getSignal_CombineOperator()
public void setCombineOperator(CombineOperator newCombineOperator)
setCombineOperator
in interface Signal
newCombineOperator
- the new value of the 'Combine Operator' attribute.CombineOperator
,
Signal.getCombineOperator()
public String getHostCombineOperator()
getHostCombineOperator
in interface Signal
Signal.setHostCombineOperator(String)
,
SyncchartsPackage.getSignal_HostCombineOperator()
public void setHostCombineOperator(String newHostCombineOperator)
setHostCombineOperator
in interface Signal
newHostCombineOperator
- the new value of the 'Host Combine Operator' attribute.Signal.getHostCombineOperator()
public Region getParentRegion()
getParentRegion
in interface Signal
Signal.setParentRegion(Region)
,
SyncchartsPackage.getSignal_ParentRegion()
,
Region.getSignals()
public NotificationChain basicSetParentRegion(Region newParentRegion, NotificationChain msgs)
public void setParentRegion(Region newParentRegion)
setParentRegion
in interface Signal
newParentRegion
- the new value of the 'Parent Region' container reference.Signal.getParentRegion()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class BasicEObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class ValuedObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class ValuedObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class ValuedObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class ValuedObjectImpl
public String toString()
toString
in class ValuedObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |