| Package | Description |
|---|---|
| eu.vicci.process.model.sofia | |
| eu.vicci.process.model.sofia.impl | |
| eu.vicci.process.model.sofia.util |
| Modifier and Type | Method and Description |
|---|---|
StartDataPort |
SofiaFactory.createStartDataPort()
Returns a new object of class 'Start Data Port'.
|
StartDataPort |
Condition.getLeftSide()
Returns the value of the 'Left Side' reference.
|
StartDataPort |
ForLoop.getLoopStepWidth()
Returns the value of the 'Loop Step Width' reference.
|
StartDataPort |
Condition.getRightSide()
Returns the value of the 'Right Side' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EMap<EndDataPort,StartDataPort> |
Loop.getPortsCopyToStartsport()
Returns the value of the 'Ports Copy To Startsport' map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.setLeftSide(StartDataPort value)
Sets the value of the '
Left Side' reference. |
void |
ForLoop.setLoopStepWidth(StartDataPort value)
Sets the value of the '
Loop Step Width' reference. |
void |
Condition.setRightSide(StartDataPort value)
Sets the value of the '
Right Side' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
StartDataPortImpl
An implementation of the model object 'Start Data Port'.
|
| Modifier and Type | Field and Description |
|---|---|
protected StartDataPort |
ConditionImpl.leftSide
The cached value of the '
Left Side' reference. |
protected StartDataPort |
ForLoopImpl.loopStepWidth
The cached value of the '
Loop Step Width' reference. |
protected StartDataPort |
ConditionImpl.rightSide
The cached value of the '
Right Side' reference. |
protected StartDataPort |
EndDataPortToStartDataPortMapImpl.value
The cached value of the '
Value' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EMap<EndDataPort,StartDataPort> |
LoopImpl.portsCopyToStartsport
The cached value of the '
Ports Copy To Startsport' map. |
| Modifier and Type | Method and Description |
|---|---|
StartDataPort |
ConditionImpl.basicGetLeftSide() |
StartDataPort |
ForLoopImpl.basicGetLoopStepWidth() |
StartDataPort |
ConditionImpl.basicGetRightSide() |
StartDataPort |
EndDataPortToStartDataPortMapImpl.basicGetTypedValue() |
StartDataPort |
SofiaFactoryImpl.createStartDataPort() |
StartDataPort |
ConditionImpl.getLeftSide() |
StartDataPort |
ForLoopImpl.getLoopStepWidth() |
StartDataPort |
ConditionImpl.getRightSide() |
StartDataPort |
EndDataPortToStartDataPortMapImpl.getTypedValue() |
StartDataPort |
EndDataPortToStartDataPortMapImpl.getValue() |
StartDataPort |
EndDataPortToStartDataPortMapImpl.setValue(StartDataPort value) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<EndDataPort,StartDataPort> |
SofiaFactoryImpl.createEndDataPortToStartDataPortMap() |
org.eclipse.emf.common.util.EMap<EndDataPort,StartDataPort> |
EndDataPortToStartDataPortMapImpl.getEMap() |
org.eclipse.emf.common.util.EMap<EndDataPort,StartDataPort> |
LoopImpl.getPortsCopyToStartsport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionImpl.setLeftSide(StartDataPort newLeftSide) |
void |
ForLoopImpl.setLoopStepWidth(StartDataPort newLoopStepWidth) |
void |
ConditionImpl.setRightSide(StartDataPort newRightSide) |
void |
EndDataPortToStartDataPortMapImpl.setTypedValue(StartDataPort newValue) |
StartDataPort |
EndDataPortToStartDataPortMapImpl.setValue(StartDataPort value) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.caseStartDataPort(StartDataPort object)
Returns the result of interpreting the object as an instance of 'Start Data Port'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.caseEndDataPortToStartDataPortMap(Map.Entry<EndDataPort,StartDataPort> object)
Returns the result of interpreting the object as an instance of 'End Data Port To Start Data Port Map'.
|
Copyright © 2018. All rights reserved.