Method | Description | |
---|---|---|
AdditionalChecks ( ModelElement root, DataDictionary.Interpreter.InterpretationContext context, Expression>.Dictionary |
Perform additional checks based on the parameter type
|
|
Discontinuities ( EfsSystem efsSystem ) : System.Collections.Generic |
Constructor
|
|
Evaluate ( DataDictionary.Interpreter.InterpretationContext context, IValue>.Dictionary |
Provides the value of the function
|
Method | Description | |
---|---|---|
ComputeSegments ( |
Computes targets from the function and stores them in the collection
|
|
CreateSegment ( double start, double length, double speed ) : StructureValue |
Creates a single target
|
public AdditionalChecks ( ModelElement root, DataDictionary.Interpreter.InterpretationContext context, Expression>.Dictionary |
||
root | ModelElement | The element on which the errors should be reported |
context | DataDictionary.Interpreter.InterpretationContext | The evaluation context |
actualParameters | Expression>.Dictionary | The parameters applied to this function call |
return | void |
public Discontinuities ( EfsSystem efsSystem ) : System.Collections.Generic | ||
efsSystem | EfsSystem | |
return | System.Collections.Generic |
public Evaluate ( DataDictionary.Interpreter.InterpretationContext context, IValue>.Dictionary |
||
context | DataDictionary.Interpreter.InterpretationContext | |
actuals | IValue>.Dictionary | the actual parameters values |
explain | ||
return | IValue |