| Modifier and Type | Interface and Description |
|---|---|
interface |
FalseTransition
A representation of the model object 'False Transition'.
|
interface |
TrueTransition
A representation of the model object 'True Transition'.
|
| Modifier and Type | Method and Description |
|---|---|
Transition |
SofiaFactory.createTransition()
Returns a new object of class 'Transition'.
|
Transition |
Port.getInTransitions()
Returns the value of the 'In Transitions' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Transition> |
Port.getOutTransitions()
Returns the value of the 'Out Transitions' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Port.setInTransitions(Transition value)
Sets the value of the '
In Transitions' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
FalseTransitionImpl
An implementation of the model object 'False Transition'.
|
class |
TransitionImpl
An implementation of the model object 'Transition'.
|
class |
TrueTransitionImpl
An implementation of the model object 'True Transition'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Transition |
PortImpl.inTransitions
The cached value of the '
In Transitions' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Transition> |
PortImpl.outTransitions
The cached value of the '
Out Transitions' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Transition |
PortImpl.basicGetInTransitions() |
Transition |
SofiaFactoryImpl.createTransition() |
Transition |
PortImpl.getInTransitions() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Transition> |
PortImpl.getOutTransitions() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
PortImpl.basicSetInTransitions(Transition newInTransitions,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PortImpl.setInTransitions(Transition newInTransitions) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.caseTransition(Transition object)
Returns the result of interpreting the object as an instance of 'Transition'.
|
| Modifier and Type | Method and Description |
|---|---|
Transition |
TransitionInstance.getTransitionType()
Returns the value of the 'Transition Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
TransitionInstance |
MappingUtil.mapTransition(Transition transition) |
void |
TransitionInstance.setTransitionType(Transition value)
Sets the value of the '
Transition Type' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected Transition |
TransitionInstanceImpl.transitionType
The cached value of the '
Transition Type' reference. |
| Modifier and Type | Method and Description |
|---|---|
Transition |
TransitionInstanceImpl.basicGetTransitionType() |
Transition |
TransitionInstanceImpl.getTransitionType() |
| Modifier and Type | Method and Description |
|---|---|
TransitionInstance |
MappingUtilImpl.mapTransition(Transition transition) |
void |
TransitionInstanceImpl.setTransitionType(Transition newTransitionType) |
Copyright © 2018. All rights reserved.