| Package | Description |
|---|---|
| eu.vicci.process.model.sofia | |
| eu.vicci.process.model.sofia.impl | |
| eu.vicci.process.model.sofia.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ForLoop
A representation of the model object 'For Loop'.
|
interface |
Loop
A representation of the model object 'Loop'.
|
interface |
Process
A representation of the model object 'Process'.
|
interface |
RepeatLoop
A representation of the model object 'Repeat Loop'.
|
interface |
WhileLoop
A representation of the model object 'While Loop'.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeStep |
ProcessStep.getParentstep()
Returns the value of the 'Parentstep' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStep.setParentstep(CompositeStep value)
Sets the value of the '
Parentstep' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeStepImpl
An implementation of the model object 'Composite Step'.
|
class |
ForLoopImpl
An implementation of the model object 'For Loop'.
|
class |
LoopImpl
An implementation of the model object 'Loop'.
|
class |
ProcessImpl
An implementation of the model object 'Process'.
|
class |
RepeatLoopImpl
An implementation of the model object 'Repeat Loop'.
|
class |
WhileLoopImpl
An implementation of the model object 'While Loop'.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeStep |
ProcessStepImpl.getParentstep() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProcessStepImpl.basicSetParentstep(CompositeStep newParentstep,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProcessStepImpl.setParentstep(CompositeStep newParentstep) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.caseCompositeStep(CompositeStep object)
Returns the result of interpreting the object as an instance of 'Composite Step'.
|
Copyright © 2018. All rights reserved.