|
||||||||||
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.core.annotations.impl.AnnotatableImpl
de.cau.cs.kieler.core.kexpressions.impl.ValuedObjectImpl
de.cau.cs.kieler.core.kexpressions.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>, BasicNotifierImpl.EObservableAdapterList |
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. |
Fields inherited from class de.cau.cs.kieler.core.kexpressions.impl.ValuedObjectImpl |
---|
HOST_TYPE_EDEFAULT, hostType, INITIAL_VALUE_EDEFAULT, initialValue, name, NAME_EDEFAULT, type, TYPE_EDEFAULT |
Fields inherited from class de.cau.cs.kieler.core.annotations.impl.AnnotatableImpl |
---|
annotations |
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()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
CombineOperator |
getCombineOperator()
|
String |
getHostCombineOperator()
|
boolean |
isIsInput()
|
boolean |
isIsOutput()
|
void |
setCombineOperator(CombineOperator newCombineOperator)
|
void |
setHostCombineOperator(String newHostCombineOperator)
|
void |
setIsInput(boolean newIsInput)
|
void |
setIsOutput(boolean newIsOutput)
|
String |
toString()
|
Methods inherited from class de.cau.cs.kieler.core.kexpressions.impl.ValuedObjectImpl |
---|
getHostType, getInitialValue, getName, getType, setHostType, setInitialValue, setName, setType |
Methods inherited from class de.cau.cs.kieler.core.annotations.impl.AnnotatableImpl |
---|
eInverseRemove, getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations |
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.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.core.kexpressions.ValuedObject |
---|
getHostType, getInitialValue, getName, getType, setHostType, setInitialValue, setName, setType |
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable |
---|
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations |
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 |
---|
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 boolean isIsInput()
isIsInput
in interface Signal
Signal.setIsInput(boolean)
,
KExpressionsPackage.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)
,
KExpressionsPackage.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)
,
KExpressionsPackage.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)
,
KExpressionsPackage.getSignal_HostCombineOperator()
public void setHostCombineOperator(String newHostCombineOperator)
setHostCombineOperator
in interface Signal
newHostCombineOperator
- the new value of the 'Host Combine Operator' attribute.Signal.getHostCombineOperator()
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 |