Method | Description | |
---|---|---|
Compile ( ) : |
Gets an executable version of this schema which applies its calculations
|
|
GraspSchema ( IEnumerable |
Initializes a schema with the specified variables and calculations
|
public Compile ( ) : |
||
return |
public GraspSchema ( IEnumerable |
||
variables | IEnumerable |
The variables in effect for this schema |
calculations | IEnumerable |
The calculations in effect for this schema |
return | System |