|
||||||||||
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.synccharts.impl.ActionImpl
de.cau.cs.kieler.synccharts.impl.TransitionImpl
public class TransitionImpl
An implementation of the model object 'Transition'.
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 | |
---|---|
static String |
copyright
|
protected static boolean |
IS_HISTORY_EDEFAULT
The default value of the ' Is History ' attribute. |
protected boolean |
isHistory
The cached value of the ' Is History ' attribute. |
protected int |
priority
The cached value of the ' Priority ' attribute. |
protected static int |
PRIORITY_EDEFAULT
The default value of the ' Priority ' attribute. |
protected State |
targetState
The cached value of the ' Target State ' reference. |
protected TransitionType |
type
The cached value of the ' Type ' attribute. |
protected static TransitionType |
TYPE_EDEFAULT
The default value of the ' Type ' attribute. |
Fields inherited from class de.cau.cs.kieler.synccharts.impl.ActionImpl |
---|
delay, DELAY_EDEFAULT, effects, IS_IMMEDIATE_EDEFAULT, isImmediate, label, LABEL_EDEFAULT, trigger |
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 |
TransitionImpl()
|
Method Summary | |
---|---|
State |
basicGetTargetState()
|
NotificationChain |
basicSetSourceState(State newSourceState,
NotificationChain msgs)
|
NotificationChain |
basicSetTargetState(State newTargetState,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
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)
|
int |
getPriority()
|
State |
getSourceState()
|
State |
getTargetState()
|
TransitionType |
getType()
|
boolean |
isIsHistory()
|
void |
setIsHistory(boolean newIsHistory)
|
void |
setPriority(int newPriority)
|
void |
setSourceState(State newSourceState)
|
void |
setTargetState(State newTargetState)
|
void |
setType(TransitionType newType)
|
String |
toString()
|
Methods inherited from class de.cau.cs.kieler.synccharts.impl.ActionImpl |
---|
basicSetTrigger, getDelay, getEffects, getLabel, getTrigger, isIsImmediate, setDelay, setIsImmediate, setLabel, setTrigger |
Methods inherited from class de.cau.cs.kieler.core.annotations.impl.AnnotatableImpl |
---|
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.synccharts.Action |
---|
getDelay, getEffects, getLabel, getTrigger, isIsImmediate, setDelay, setIsImmediate, setLabel, setTrigger |
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 |
---|
public static final String copyright
protected static final int PRIORITY_EDEFAULT
Priority
' attribute.
getPriority()
,
Constant Field Valuesprotected int priority
Priority
' attribute.
getPriority()
protected static final TransitionType TYPE_EDEFAULT
Type
' attribute.
getType()
protected TransitionType type
Type
' attribute.
getType()
protected State targetState
Target State
' reference.
getTargetState()
protected static final boolean IS_HISTORY_EDEFAULT
Is History
' attribute.
isIsHistory()
,
Constant Field Valuesprotected boolean isHistory
Is History
' attribute.
isIsHistory()
Constructor Detail |
---|
protected TransitionImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class ActionImpl
public int getPriority()
getPriority
in interface Transition
Transition.setPriority(int)
,
SyncchartsPackage.getTransition_Priority()
public void setPriority(int newPriority)
setPriority
in interface Transition
newPriority
- the new value of the 'Priority' attribute.Transition.getPriority()
public TransitionType getType()
getType
in interface Transition
TransitionType
,
Transition.setType(TransitionType)
,
SyncchartsPackage.getTransition_Type()
public void setType(TransitionType newType)
setType
in interface Transition
newType
- the new value of the 'Type' attribute.TransitionType
,
Transition.getType()
public State getTargetState()
getTargetState
in interface Transition
Transition.setTargetState(State)
,
SyncchartsPackage.getTransition_TargetState()
,
State.getIncomingTransitions()
public State basicGetTargetState()
public NotificationChain basicSetTargetState(State newTargetState, NotificationChain msgs)
public void setTargetState(State newTargetState)
setTargetState
in interface Transition
newTargetState
- the new value of the 'Target State' reference.Transition.getTargetState()
public boolean isIsHistory()
isIsHistory
in interface Transition
Transition.setIsHistory(boolean)
,
SyncchartsPackage.getTransition_IsHistory()
public void setIsHistory(boolean newIsHistory)
setIsHistory
in interface Transition
newIsHistory
- the new value of the 'Is History' attribute.Transition.isIsHistory()
public State getSourceState()
getSourceState
in interface Transition
Transition.setSourceState(State)
,
SyncchartsPackage.getTransition_SourceState()
,
State.getOutgoingTransitions()
public NotificationChain basicSetSourceState(State newSourceState, NotificationChain msgs)
public void setSourceState(State newSourceState)
setSourceState
in interface Transition
newSourceState
- the new value of the 'Source State' container reference.Transition.getSourceState()
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 ActionImpl
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 ActionImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class ActionImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class ActionImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class ActionImpl
public String toString()
toString
in class ActionImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |