Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Method and Description |
---|---|
void |
AspectDebugger.stopOnVariableBreakpoint(Variable variable)
Suspends the execution of a process if a breakpoint is set on the
assignment of this variable.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Context.addNewVariable(String name,
String type)
Adds a new variable.
|
Variable |
Context.addNewVariable(String name,
String type,
Value value,
boolean isReadOnly)
Adds a new variable.
|
Variable |
Context.addVariable(Variable var)
Adds new variable.
|
Variable |
Context.getVariableInstance(String name)
Returns variable instance by variable name or null if it does not exist.
|
Variable |
Variable.makeCopy(ModelInstance targetModelInstance,
Context targetContext)
Returns deep copy.
|
Modifier and Type | Method and Description |
---|---|
Collection<Variable> |
Context.getVariables()
Returns immutable collection of variables.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Context.addVariable(Variable var)
Adds new variable.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.