Method | Description | |
---|---|---|
GetRuntime ( IRuntimeSnapshot initialState ) : GraspRuntime |
Generates a runtime with variables bound to the values yielded by the specified initial state
|
|
GraspExecutable ( GraspSchema schema, ICalculator calculator ) : System |
Initializes an executable with the specified schema and calculator
|
Method | Description | |
---|---|---|
GetBindings ( IRuntimeSnapshot initialState ) : IEnumerable |
public GetRuntime ( IRuntimeSnapshot initialState ) : GraspRuntime | ||
initialState | IRuntimeSnapshot | The initial state of the variables in the generated runtime |
return | GraspRuntime |
public GraspExecutable ( GraspSchema schema, ICalculator calculator ) : System | ||
schema | GraspSchema | The schema which generated this executable |
calculator | ICalculator | The calculator which applies the schema's calculations to runtimes generated by this executable |
return | System |