| Package | Description |
|---|---|
| eu.vicci.process.model.sofiainstance | |
| eu.vicci.process.model.sofiainstance.impl | |
| eu.vicci.process.model.sofiainstance.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ControlPortInstance
A representation of the model object 'Control Port Instance'.
|
interface |
DataPortInstance
A representation of the model object 'Data Port Instance'.
|
interface |
EndControlPortInstance
A representation of the model object 'End Control Port Instance'.
|
interface |
EndDataPortInstance
A representation of the model object 'End Data Port Instance'.
|
interface |
EscalationPortInstance
A representation of the model object 'Escalation Port Instance'.
|
interface |
StartControlPortInstance
A representation of the model object 'Start Control Port Instance'.
|
interface |
StartDataPortInstance
A representation of the model object 'Start Data Port Instance'.
|
| Modifier and Type | Method and Description |
|---|---|
PortInstance |
TransitionInstance.getSourcePortInstance()
Returns the value of the 'Source Port Instance' container reference.
|
PortInstance |
TransitionInstance.getTargetPortInstance()
Returns the value of the 'Target Port Instance' reference.
|
PortInstance |
MappingUtil.mapPort(Port port) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PortInstance> |
ProcessStepInstance.getPorts()
Returns the value of the 'Ports' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransitionInstance.setSourcePortInstance(PortInstance value)
Sets the value of the '
Source Port Instance' container reference. |
void |
TransitionInstance.setTargetPortInstance(PortInstance value)
Sets the value of the '
Target Port Instance' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlPortInstanceImpl
An implementation of the model object 'Control Port Instance'.
|
class |
DataPortInstanceImpl
An implementation of the model object 'Data Port Instance'.
|
class |
EndControlPortInstanceImpl
An implementation of the model object 'End Control Port Instance'.
|
class |
EndDataPortInstanceImpl
An implementation of the model object 'End Data Port Instance'.
|
class |
EscalationPortInstanceImpl
An implementation of the model object 'Escalation Port Instance'.
|
class |
PortInstanceImpl
An implementation of the model object 'Port Instance'.
|
class |
StartControlPortInstanceImpl
An implementation of the model object 'Start Control Port Instance'.
|
class |
StartDataPortInstanceImpl
An implementation of the model object 'Start Data Port Instance'.
|
| Modifier and Type | Field and Description |
|---|---|
protected PortInstance |
TransitionInstanceImpl.targetPortInstance
The cached value of the '
Target Port Instance' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<PortInstance> |
ProcessStepInstanceImpl.ports
The cached value of the '
Ports' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
PortInstance |
TransitionInstanceImpl.basicGetTargetPortInstance() |
PortInstance |
TransitionInstanceImpl.getSourcePortInstance() |
PortInstance |
TransitionInstanceImpl.getTargetPortInstance() |
PortInstance |
MappingUtilImpl.mapPort(Port port) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PortInstance> |
ProcessStepInstanceImpl.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
TransitionInstanceImpl.basicSetSourcePortInstance(PortInstance newSourcePortInstance,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TransitionInstanceImpl.basicSetTargetPortInstance(PortInstance newTargetPortInstance,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TransitionInstanceImpl.setSourcePortInstance(PortInstance newSourcePortInstance) |
void |
TransitionInstanceImpl.setTargetPortInstance(PortInstance newTargetPortInstance) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaInstanceSwitch.casePortInstance(PortInstance object)
Returns the result of interpreting the object as an instance of 'Port Instance'.
|
Copyright © 2018. All rights reserved.