| Modifier and Type | Interface and Description |
|---|---|
interface |
ControlPort
A representation of the model object 'Control Port'.
|
interface |
DataPort
A representation of the model object 'Data Port'.
|
interface |
EndControlPort
A representation of the model object 'End Control Port'.
|
interface |
EndDataPort
A representation of the model object 'End Data Port'.
|
interface |
EscalationPort
A representation of the model object 'Escalation Port'.
|
interface |
StartControlPort
A representation of the model object 'Start Control Port'.
|
interface |
StartDataPort
A representation of the model object 'Start Data Port'.
|
| Modifier and Type | Method and Description |
|---|---|
Port |
Transition.getSourcePort()
Returns the value of the 'Source Port' container reference.
|
Port |
Transition.getTargetPort()
Returns the value of the 'Target Port' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Port> |
ProcessStep.getPorts()
Returns the value of the 'Ports' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transition.setSourcePort(Port value)
Sets the value of the '
Source Port' container reference. |
void |
Transition.setTargetPort(Port value)
Sets the value of the '
Target Port' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlPortImpl
An implementation of the model object 'Control Port'.
|
class |
DataPortImpl
An implementation of the model object 'Data Port'.
|
class |
EndControlPortImpl
An implementation of the model object 'End Control Port'.
|
class |
EndDataPortImpl
An implementation of the model object 'End Data Port'.
|
class |
EscalationPortImpl
An implementation of the model object 'Escalation Port'.
|
class |
PortImpl
An implementation of the model object 'Port'.
|
class |
StartControlPortImpl
An implementation of the model object 'Start Control Port'.
|
class |
StartDataPortImpl
An implementation of the model object 'Start Data Port'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Port |
TransitionImpl.targetPort
The cached value of the '
Target Port' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Port> |
ProcessStepImpl.ports
The cached value of the '
Ports' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Port |
TransitionImpl.basicGetTargetPort() |
Port |
TransitionImpl.getSourcePort() |
Port |
TransitionImpl.getTargetPort() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Port> |
ProcessStepImpl.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
TransitionImpl.basicSetSourcePort(Port newSourcePort,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TransitionImpl.basicSetTargetPort(Port newTargetPort,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TransitionImpl.setSourcePort(Port newSourcePort) |
void |
TransitionImpl.setTargetPort(Port newTargetPort) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.casePort(Port object)
Returns the result of interpreting the object as an instance of 'Port'.
|
| Modifier and Type | Method and Description |
|---|---|
Port |
PortInstance.getPortType()
Returns the value of the 'Port Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
PortInstance |
MappingUtil.mapPort(Port port) |
void |
PortInstance.setPortType(Port value)
Sets the value of the '
Port Type' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected Port |
PortInstanceImpl.portType
The cached value of the '
Port Type' reference. |
| Modifier and Type | Method and Description |
|---|---|
Port |
PortInstanceImpl.basicGetPortType() |
Port |
PortInstanceImpl.getPortType() |
| Modifier and Type | Method and Description |
|---|---|
PortInstance |
MappingUtilImpl.mapPort(Port port) |
void |
PortInstanceImpl.setPortType(Port newPortType) |
Copyright © 2018. All rights reserved.