Uses of Class
org.intocps.maestro.framework.fmi2.api.mabl.variables.DoubleVariableFmi2Api
-
-
Uses of DoubleVariableFmi2Api in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return DoubleVariableFmi2Api Modifier and Type Method Description DoubleVariableFmi2ApiFmi2Builder. getDoubleVariableFrom(E exp)Get handle to the current time -
Uses of DoubleVariableFmi2Api in org.intocps.maestro.framework.fmi2.api.mabl
Methods in org.intocps.maestro.framework.fmi2.api.mabl that return DoubleVariableFmi2Api Modifier and Type Method Description DoubleVariableFmi2ApiMablApiBuilder. getDoubleVariableFrom(org.intocps.maestro.ast.node.PExp exp)Methods in org.intocps.maestro.framework.fmi2.api.mabl with parameters of type DoubleVariableFmi2Api Modifier and Type Method Description voidDataWriter.DataWriterInstance. log(DoubleVariableFmi2Api time) -
Uses of DoubleVariableFmi2Api in org.intocps.maestro.framework.fmi2.api.mabl.scoping
Methods in org.intocps.maestro.framework.fmi2.api.mabl.scoping that return DoubleVariableFmi2Api Modifier and Type Method Description DoubleVariableFmi2ApiDynamicActiveBuilderScope. store(double value)DoubleVariableFmi2ApiDynamicActiveBuilderScope. store(java.lang.String name, double value)DoubleVariableFmi2ApiIMablScope. store(double value)DoubleVariableFmi2ApiIMablScope. store(java.lang.String name, double value)DoubleVariableFmi2ApiScopeFmi2Api. store(double value)DoubleVariableFmi2ApiScopeFmi2Api. store(java.lang.String prefix, double value)protected DoubleVariableFmi2ApiScopeFmi2Api. store(java.util.function.Supplier<java.lang.String> nameProvider, double value) -
Uses of DoubleVariableFmi2Api in org.intocps.maestro.framework.fmi2.api.mabl.variables
Methods in org.intocps.maestro.framework.fmi2.api.mabl.variables that return DoubleVariableFmi2Api Modifier and Type Method Description DoubleVariableFmi2ApiDoubleVariableFmi2Api. clone(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)
-