Package org.intocps.maestro.framework.fmi2.api
package org.intocps.maestro.framework.fmi2.api
-
ClassDescriptionFmiBuilder<AST,
B, E, SETTINGS> FmiBuilder.ArrayVariable<AST,CV> Dynamic scope which always reflects the current active scope of the builderFmiBuilder.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE> Interface for an fmi component.FmiBuilder.Fmi3InstanceVariable<AST,PORT_SCALAR_TYPE> Simulation instance for FMI3FmiBuilder.FmiSimulationInstance<AST,PORT_SCALAR_TYPE> Type that represents common FMI functions accross versions for now 2 and 3FmiBuilder.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 componentHandle for an fmu for the creation of componentFmiBuilder.IfScope<AST>If scope, default scope is thenFmiBuilder.Numeric<A extends Number>FmiBuilder.Port<PORT_SCALAR_TYPE,AST> FmiBuilder.Scope<AST>Basic scope.Scoping element which defines a scope like a block, if, while etc.FmiBuilder.Scoping<AST>Scoping functionsGeneric type for all simulation instancesFmiBuilder.TryScope<AST>Try finally scope, default scope is bodyFmiBuilder.Variable<AST,V> While