| Interface | Description |
|---|---|
| AnalysisToolController |
Represents the mechanism by which the execution engine communicates with an external analysis tool (e.g.
|
| DelegateDependencyProvider |
Provides
AnalysisToolController-specific values which can be provided to delegates (by way of InjectByName parameters). |
| FunctionSampler |
A
FunctionalInterface for creating a sampling method that is used to determine
the next MoxieTime at which a function should be sampled. |
| Class | Description |
|---|---|
| BuiltInAnalysisToolController |
The
AnalysisToolController for delegates which are built-in to Moxie. |
| FixedStepFunctionSampler |
Represents a generic fixed sampling suggestion.
|
| Trig |
Provides functions and constants which are useful when working with angles and solving problems related to trigonometry.
|
| ZeroValueFunctionEventDetector |
Utility class for use with
MoxieTimeSimpleFunction to find 0 value threshold crossing events along a specified interval. |