Méthode | 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
|
Méthode | Description | |
---|---|---|
GetBindings ( IRuntimeSnapshot initialState ) : IEnumerable |
public GetRuntime ( IRuntimeSnapshot initialState ) : GraspRuntime | ||
initialState | IRuntimeSnapshot | The initial state of the variables in the generated runtime |
Résultat | 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 |
Résultat | System |