Свойство | Тип | Описание | |
---|---|---|---|
CheckCall | void | ||
CheckReferences | void |
Метод | Описание | |
---|---|---|
CheckGraphAndSurfaceExpression ( ) : void |
Ensures that Graphs and Surfaces will be correctly computed, when needed that is, when a graph or surface is provided to a function call : - DecelerationProfile
|
|
GetDistanceParameter ( |
Provides the distance parameter of the function
|
|
GetDistanceParameter ( |
Provides the distance parameter of the function expression
|
|
GetSpeedParameter ( |
Provides the speed parameter of the function
|
|
GetSpeedParameter ( |
Provides the speed parameter of the function
|
|
GraphAndSurfaceCheck ( |
Constructor
|
|
IsConstant ( |
Indicates that the expression does not depend on a given (formal) parameter
|
|
IsConstantOrParameter ( |
Indicates that the expression does not depend on a given (formal) parameter
|
|
IsDouble ( Parameter parameter ) : bool |
Indicates that the parameter references a double type
|
|
IsSimpleFunctionCall ( |
Checks if the function is a simple function call, involving the parameters provided
|
Метод | Описание | |
---|---|---|
CheckCall ( |
Checks that the call, if related to Graph or Surfaces, is valid
|
|
CheckReferences ( |
Checks for references of a specific function in the given dictionary
|
public CheckGraphAndSurfaceExpression ( ) : void | ||
Результат | void |
public GetDistanceParameter ( |
||
function | ||
Результат | Parameter |
public GetDistanceParameter ( |
||
functionExpression | ||
Результат | Parameter |
public GetSpeedParameter ( |
||
function | ||
Результат | Parameter |
public GetSpeedParameter ( |
||
functionExpression | ||
Результат | Parameter |
public GraphAndSurfaceCheck ( |
||
dictionary | ||
Результат | System.Collections.Generic |
public IsConstant ( |
||
expression | The expression to check | |
Результат | bool |
public IsConstantOrParameter ( |
||
expression | The expression to check | |
Результат | bool |
public IsDouble ( Parameter parameter ) : bool | ||
parameter | Parameter | |
Результат | bool |
public IsSimpleFunctionCall ( |
||
expression | ||
Результат | bool |