Method | Description | |
---|---|---|
ApplyCalculations ( ) : void |
Applies the calculations defined by Schema to this runtime
|
|
GetVariableValue ( |
Gets the value of the specified variable
|
|
GraspRuntime ( |
Initializes a runtime with the specified schema, calculator, and bindings
|
|
SetVariableValue ( |
Sets the value of the specified variable
|
Method | Description | |
---|---|---|
TryGetBinding ( |
public GetVariableValue ( |
||
variable | The variable for which to get the value | |
return | object |
public GraspRuntime ( |
||
schema | The schema which defines the variables and calculations in effect for this runtime | |
calculator | ICalculator | The calculator which applies the specified schema's calculations to this runtime |
bindings | IEnumerable |
The initial states of the variables in this runtime |
return | System |
public SetVariableValue ( |
||
variable | The variable for which to set the specified value | |
value | object | The new value of the specified variable |
return | void |