Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
-
-
Uses of Fmi2Builder.ProvidesTypedReferenceExp in org.intocps.maestro.framework.fmi2.api
Subinterfaces of Fmi2Builder.ProvidesTypedReferenceExp in org.intocps.maestro.framework.fmi2.api Modifier and Type Interface Description static interfaceFmi2Builder.BoolVariable<T>static interfaceFmi2Builder.DoubleVariable<T>static interfaceFmi2Builder.ExpressionValuestatic interfaceFmi2Builder.IntVariable<T>static interfaceFmi2Builder.NumericExpressionValuestatic interfaceFmi2Builder.NumericTypedReferenceExpstatic interfaceFmi2Builder.StringVariable<T> -
Uses of Fmi2Builder.ProvidesTypedReferenceExp in org.intocps.maestro.framework.fmi2.api.mabl
Classes in org.intocps.maestro.framework.fmi2.api.mabl that implement Fmi2Builder.ProvidesTypedReferenceExp Modifier and Type Class Description classNumericExpressionValueFmi2ApiclassPredicateFmi2ApiMethods in org.intocps.maestro.framework.fmi2.api.mabl with parameters of type Fmi2Builder.ProvidesTypedReferenceExp Modifier and Type Method Description BooleanVariableFmi2ApiMathBuilderFmi2Api. checkConvergence(Fmi2Builder.ProvidesTypedReferenceExp a, Fmi2Builder.ProvidesTypedReferenceExp b, Fmi2Builder.DoubleVariable<org.intocps.maestro.ast.node.PStm> absoluteTolerance, Fmi2Builder.DoubleVariable<org.intocps.maestro.ast.node.PStm> relativeTolerance)Method parameters in org.intocps.maestro.framework.fmi2.api.mabl with type arguments of type Fmi2Builder.ProvidesTypedReferenceExp Modifier and Type Method Description BooleanVariableFmi2ApiBooleanBuilderFmi2Api. allFalse(java.lang.String variablePrefix, java.util.List<? extends Fmi2Builder.ProvidesTypedReferenceExp> parameters)BooleanVariableFmi2ApiBooleanBuilderFmi2Api. allTrue(java.lang.String variablePrefix, java.util.List<? extends Fmi2Builder.ProvidesTypedReferenceExp> parameters) -
Uses of Fmi2Builder.ProvidesTypedReferenceExp in org.intocps.maestro.framework.fmi2.api.mabl.values
Classes in org.intocps.maestro.framework.fmi2.api.mabl.values that implement Fmi2Builder.ProvidesTypedReferenceExp Modifier and Type Class Description classBooleanExpressionValueclassDoubleExpressionValueclassIntExpressionValueclassStringExpressionValue -
Uses of Fmi2Builder.ProvidesTypedReferenceExp in org.intocps.maestro.framework.fmi2.api.mabl.variables
Classes in org.intocps.maestro.framework.fmi2.api.mabl.variables that implement Fmi2Builder.ProvidesTypedReferenceExp Modifier and Type Class Description classArrayVariableFmi2Api<T>classBooleanVariableFmi2ApiclassComponentVariableFmi2ApiclassDoubleVariableFmi2ApiclassFmuVariableFmi2ApiclassIntVariableFmi2ApiclassRuntimeModuleVariableclassStateMablVariableFmi2ApiclassStringVariableFmi2ApiclassVariableFmi2Api<V>
-