All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| FmiBuilder<AST,B,E,SETTINGS> |
|
| FmiBuilder.ArrayVariable<AST,CV> |
|
| FmiBuilder.BooleanExpressionValue |
|
| FmiBuilder.BoolVariable<AST> |
|
| FmiBuilder.DoubleExpressionValue |
|
| FmiBuilder.DoubleVariable<AST> |
|
| FmiBuilder.DynamicActiveScope<AST> |
Dynamic scope which always reflects the current active scope of the builder
|
| FmiBuilder.ExpressionValue |
|
| FmiBuilder.FloatExpressionValue |
|
| FmiBuilder.FloatVariable<AST> |
|
| FmiBuilder.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE> |
Interface for an fmi component.
|
| FmiBuilder.Fmi3InstanceVariable<AST,PORT_SCALAR_TYPE> |
Simulation instance for FMI3
|
| FmiBuilder.FmiSimulationInstance<AST,PORT_SCALAR_TYPE> |
Type that represents common FMI functions accross versions for now 2 and 3
|
| FmiBuilder.FmiSimulationInstance.PortExpressionValueMap<PORT_SCALAR_TYPE,AST> |
|
| FmiBuilder.FmiSimulationInstance.PortValueMap<V,PORT_SCALAR_TYPE,AST> |
|
| FmiBuilder.FmiSimulationInstance.PortVariableMap<V,PORT_SCALAR_TYPE,AST> |
|
| FmiBuilder.Fmu2Variable<AST,PORT_SCALAR_TYPE> |
Handle for an fmu for the creation of component
|
| FmiBuilder.Fmu3Variable<AST> |
Handle for an fmu for the creation of component
|
| FmiBuilder.IfScope<AST> |
If scope, default scope is then
|
| FmiBuilder.IFunctionBuilder |
|
| FmiBuilder.IntExpressionValue |
|
| FmiBuilder.IntVariable<AST> |
|
| FmiBuilder.LongExpressionValue |
|
| FmiBuilder.NamedValue |
|
| FmiBuilder.NamedVariable<AST> |
|
| FmiBuilder.Numeric<A extends Number> |
|
| FmiBuilder.NumericExpressionValue |
|
| FmiBuilder.NumericTypedReferenceExp |
|
| FmiBuilder.NumericValue |
|
| FmiBuilder.Port<PORT_SCALAR_TYPE,AST> |
|
| FmiBuilder.Port.PortLinkException |
|
| FmiBuilder.Predicate |
|
| FmiBuilder.ProvidesTypedReferenceExp |
|
| FmiBuilder.RuntimeFunction |
|
| FmiBuilder.RuntimeFunction.FunctionType |
|
| FmiBuilder.RuntimeFunction.FunctionType.Type |
|
| FmiBuilder.RuntimeModule<AST> |
|
| FmiBuilder.Scope<AST> |
Basic scope.
|
| FmiBuilder.ScopeElement<AST> |
Scoping element which defines a scope like a block, if, while etc.
|
| FmiBuilder.Scoping<AST> |
Scoping functions
|
| FmiBuilder.SimulationInstance<AST> |
Generic type for all simulation instances
|
| FmiBuilder.StateVariable<AST> |
|
| FmiBuilder.StringExpressionValue |
|
| FmiBuilder.StringVariable<T> |
|
| FmiBuilder.TryScope<AST> |
Try finally scope, default scope is body
|
| FmiBuilder.Type |
|
| FmiBuilder.UIntExpressionValue |
|
| FmiBuilder.UIntVariable<AST> |
|
| FmiBuilder.Value<V> |
|
| FmiBuilder.Variable<AST,V> |
|
| FmiBuilder.WhileScope<AST> |
While
|