| Package | Description | 
|---|---|
| com.whitestein.lsps.engine | 
 The package contains common classes for LSPS expression interpretation. 
 | 
| com.whitestein.lsps.engine.change | 
 Package contains core of the internal event system. 
 | 
| com.whitestein.lsps.engine.state.ser | |
| com.whitestein.lsps.engine.state.xml | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AspectDebugger.stopOnVariableBreakpoint(Context context,
                        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 | 
VariableChange.getElement()  | 
| Constructor and Description | 
|---|
VariableChange(Context context,
              Variable variable,
              Object newValue)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
SWritableVariable.toVariable(ModelInstance modelInstance)  | 
abstract Variable | 
SVariable.toVariable(ModelInstance modelInstance)  | 
Variable | 
SReadonlyVariable.toVariable(ModelInstance modelInstance)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReadonlyVariable
Read-only variable. 
 | 
class  | 
WritableVariable
Writable variable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
Context.addNewVariable(String name,
              String type)
Deprecated. 
 
 | 
Variable | 
Context.addNewVariable(String name,
              String type,
              Type compiledType,
              Value value,
              boolean isReadOnly)
Adds a new variable. 
 | 
Variable | 
Context.addNewVariable(String name,
              String type,
              Value value,
              boolean isReadOnly)
Deprecated. 
 
 | 
Variable | 
Context.addNewVariable(String name,
              Type type)
Adds a new variable. 
 | 
Variable | 
Context.addNewVariable(String name,
              Type type,
              Value value,
              boolean isReadOnly)
Adds a new variable. 
 | 
Variable | 
Context.addVariable(Variable var)
Adds new variable. 
 | 
Variable | 
Context.createVariable(String name,
              String type,
              Type compiledType,
              Value value,
              boolean isReadOnly)
Creates a variable but does not add it to the context yet. 
 | 
Variable | 
Context.getVariableInstance(String name)
Returns variable instance by variable name or null if it does not exist. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Variable> | 
Context.getVariables()
Returns an immutable collection of variables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
Context.addVariable(Variable var)
Adds new variable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Context.addVariables(Collection<? extends Variable> variables)
Adds several variables. 
 | 
void | 
Context.setVariables(Collection<? extends Variable> variables)
Sets variables. 
 | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.