JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Package
org.intocps.maestro.framework.fmi2.api
Classes in
org.intocps.maestro.framework.fmi2.api
used by
org.intocps.maestro.framework.fmi2.api
Class
Description
FmiBuilder.ArrayVariable
FmiBuilder.BoolVariable
FmiBuilder.DoubleVariable
FmiBuilder.DynamicActiveScope
Dynamic scope which always reflects the current active scope of the builder
FmiBuilder.ExpressionValue
FmiBuilder.FloatVariable
FmiBuilder.Fmi2ComponentVariable
Interface for an fmi component.
FmiBuilder.FmiSimulationInstance
Type that represents common FMI functions accross versions for now 2 and 3
FmiBuilder.FmiSimulationInstance.PortValueMap
FmiBuilder.FmiSimulationInstance.PortVariableMap
FmiBuilder.Fmu2Variable
Handle for an fmu for the creation of component
FmiBuilder.Fmu3Variable
Handle for an fmu for the creation of component
FmiBuilder.IfScope
If scope, default scope is then
FmiBuilder.IFunctionBuilder
FmiBuilder.IntExpressionValue
FmiBuilder.IntVariable
FmiBuilder.NumericExpressionValue
FmiBuilder.NumericTypedReferenceExp
FmiBuilder.Port
FmiBuilder.Port.PortLinkException
FmiBuilder.Predicate
FmiBuilder.ProvidesTypedReferenceExp
FmiBuilder.RuntimeFunction
FmiBuilder.RuntimeFunction.FunctionType
FmiBuilder.RuntimeFunction.FunctionType.Type
FmiBuilder.RuntimeModule
FmiBuilder.Scope
Basic scope.
FmiBuilder.ScopeElement
Scoping element which defines a scope like a block, if, while etc.
FmiBuilder.Scoping
Scoping functions
FmiBuilder.SimulationInstance
Generic type for all simulation instances
FmiBuilder.StateVariable
FmiBuilder.StringVariable
FmiBuilder.TryScope
Try finally scope, default scope is body
FmiBuilder.Type
FmiBuilder.UIntVariable
FmiBuilder.Value
FmiBuilder.Variable
FmiBuilder.WhileScope
While