|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.StateGraphItemImpl
org.eclipse.etrice.core.room.impl.TransitionImpl
public class TransitionImpl
An implementation of the model object 'Transition'.
The following features are implemented:
Field Summary | |
---|---|
protected DetailCode |
action
The cached value of the ' Action ' containment reference. |
protected Documentation |
docu
The cached value of the ' Docu ' containment reference. |
protected java.lang.String |
name
The cached value of the ' Name ' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the ' Name ' attribute. |
protected TransitionTerminal |
to
The cached value of the ' To ' containment reference. |
Constructor Summary | |
---|---|
protected |
TransitionImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetAction(DetailCode newAction,
NotificationChain msgs)
|
NotificationChain |
basicSetDocu(Documentation newDocu,
NotificationChain msgs)
|
NotificationChain |
basicSetTo(TransitionTerminal newTo,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
DetailCode |
getAction()
|
Documentation |
getDocu()
|
java.lang.String |
getName()
|
TransitionTerminal |
getTo()
|
void |
setAction(DetailCode newAction)
|
void |
setDocu(Documentation newDocu)
|
void |
setName(java.lang.String newName)
|
void |
setTo(TransitionTerminal newTo)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
protected java.lang.String name
Name
' attribute.
getName()
protected TransitionTerminal to
To
' containment reference.
getTo()
protected Documentation docu
Docu
' containment reference.
getDocu()
protected DetailCode action
Action
' containment reference.
getAction()
Constructor Detail |
---|
protected TransitionImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class StateGraphItemImpl
public java.lang.String getName()
getName
in interface StateGraphItem
getName
in interface Transition
getName
in class StateGraphItemImpl
Transition.setName(String)
,
RoomPackage.getTransition_Name()
public void setName(java.lang.String newName)
setName
in interface Transition
newName
- the new value of the 'Name' attribute.Transition.getName()
public TransitionTerminal getTo()
getTo
in interface Transition
Transition.setTo(TransitionTerminal)
,
RoomPackage.getTransition_To()
public NotificationChain basicSetTo(TransitionTerminal newTo, NotificationChain msgs)
public void setTo(TransitionTerminal newTo)
setTo
in interface Transition
newTo
- the new value of the 'To' containment reference.Transition.getTo()
public Documentation getDocu()
getDocu
in interface Transition
Transition.setDocu(Documentation)
,
RoomPackage.getTransition_Docu()
public NotificationChain basicSetDocu(Documentation newDocu, NotificationChain msgs)
public void setDocu(Documentation newDocu)
setDocu
in interface Transition
newDocu
- the new value of the 'Docu' containment reference.Transition.getDocu()
public DetailCode getAction()
getAction
in interface Transition
Transition.setAction(DetailCode)
,
RoomPackage.getTransition_Action()
public NotificationChain basicSetAction(DetailCode newAction, NotificationChain msgs)
public void setAction(DetailCode newAction)
setAction
in interface Transition
newAction
- the new value of the 'Action' containment reference.Transition.getAction()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |