| Package | Description |
|---|---|
| eu.vicci.process.graphiti.execution.debug.model | |
| eu.vicci.process.graphiti.execution.debug.model.variables |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStackFrame.addVariable(AbstractProcessVariable variable)
Adds a variable to this StackFrame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStackFrame.addVariables(List<AbstractProcessVariable> variables)
Adds a list of variables to this StackFrame.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessVariableGeneric<T extends AbstractProcessValue> |
class |
PortListVariable
A var which holds a list value, which contains the ports
|
class |
PortVariable
Represents the var which holds the value from process ports e.g.
|
class |
StateVariable
Variable represents the state
|
class |
StringVariable |
| Modifier and Type | Method and Description |
|---|---|
static <T extends AbstractProcessVariable> |
AbstractProcessValue.getVarByName(List<T> vars,
String name)
Returns a AbstractProcessVariable from a list with vars if the name of the var, matches to a given name.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessVariable[] |
PortValue.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortValue.addVariable(AbstractProcessVariable variable)
Adds a new var, only if no other var with the same name already exists in this value.
|
Copyright © 2018. All rights reserved.