Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Value
-
-
Uses of Fmi2Builder.Value in org.intocps.maestro.framework.fmi2.api
Subinterfaces of Fmi2Builder.Value in org.intocps.maestro.framework.fmi2.api Modifier and Type Interface Description static interfaceFmi2Builder.BoolValuestatic interfaceFmi2Builder.DoubleValuestatic interfaceFmi2Builder.IntValuestatic interfaceFmi2Builder.NamedValuestatic interfaceFmi2Builder.Numeric<A extends java.lang.Number>static interfaceFmi2Builder.ReferenceValuestatic interfaceFmi2Builder.StringValueMethods in org.intocps.maestro.framework.fmi2.api with type parameters of type Fmi2Builder.Value Modifier and Type Method Description <ValType,Val extends Fmi2Builder.Value<ValType>,Var extends Fmi2Builder.Variable<T,Val>>
VarFmi2Builder.Scope. copy(java.lang.String name, Var value)<ValType,Val extends Fmi2Builder.Value<ValType>,Var extends Fmi2Builder.Variable<T,Val>>
VarFmi2Builder.Scope. store(java.lang.String name, Var value)Methods in org.intocps.maestro.framework.fmi2.api that return Fmi2Builder.Value Modifier and Type Method Description static Fmi2Builder.Value<java.lang.Double>Fmi2Builder.Value. of(double a)Methods in org.intocps.maestro.framework.fmi2.api with parameters of type Fmi2Builder.Value Modifier and Type Method Description <V> voidFmi2Builder.Fmi2ComponentVariable. set(Fmi2Builder.Port port, Fmi2Builder.Value<V> value)<V> Fmi2Builder.Variable<T,V>Fmi2Builder.Scope. store(Fmi2Builder.Value<V> tag)Deprecated.Method parameters in org.intocps.maestro.framework.fmi2.api with type arguments of type Fmi2Builder.Value Modifier and Type Method Description voidFmi2Builder.Fmi2ComponentVariable. setInt(java.util.Map<? extends java.lang.Integer,? extends Fmi2Builder.Value<java.lang.Integer>> values)Set this fmu ports by val refvoidFmi2Builder.Fmi2ComponentVariable. setString(java.util.Map<? extends java.lang.String,? extends Fmi2Builder.Value<java.lang.String>> value)Set this fmy ports by name -
Uses of Fmi2Builder.Value in org.intocps.maestro.framework.fmi2.api.mabl
Methods in org.intocps.maestro.framework.fmi2.api.mabl with parameters of type Fmi2Builder.Value Modifier and Type Method Description static <T> Fmi2Builder.LogicBuilder.PredicateLogicBuilderFmi2Api. fromValue(Fmi2Builder.Value<T> value)static Fmi2Builder.LogicBuilder.PredicateLogicBuilderFmi2Api. isGreater(Fmi2Builder.Value<java.lang.Double> a, double b) -
Uses of Fmi2Builder.Value in org.intocps.maestro.framework.fmi2.api.mabl.scoping
Methods in org.intocps.maestro.framework.fmi2.api.mabl.scoping with type parameters of type Fmi2Builder.Value Modifier and Type Method Description <ValType,Val extends Fmi2Builder.Value<ValType>,Var extends Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,Val>>
VarDynamicActiveBuilderScope. copy(java.lang.String name, Var value)<ValType,Val extends Fmi2Builder.Value<ValType>,Var extends Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,Val>>
VarScopeFmi2Api. copy(java.lang.String name, Var value)<ValType,Val extends Fmi2Builder.Value<ValType>,Var extends Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,Val>>
VarDynamicActiveBuilderScope. store(java.lang.String name, Var value)<ValType,Val extends Fmi2Builder.Value<ValType>,Var extends Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,Val>>
VarScopeFmi2Api. store(java.lang.String name, Var value)Methods in org.intocps.maestro.framework.fmi2.api.mabl.scoping with parameters of type Fmi2Builder.Value Modifier and Type Method Description <V> Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,V>DynamicActiveBuilderScope. store(Fmi2Builder.Value<V> tag)<V> Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,V>IMablScope. store(Fmi2Builder.Value<V> tag)<V> Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,V>ScopeFmi2Api. store(Fmi2Builder.Value<V> tag) -
Uses of Fmi2Builder.Value in org.intocps.maestro.framework.fmi2.api.mabl.values
Classes in org.intocps.maestro.framework.fmi2.api.mabl.values that implement Fmi2Builder.Value Modifier and Type Class Description classDoubleValueFmi2ApiclassValueFmi2Api<V>Constructor parameters in org.intocps.maestro.framework.fmi2.api.mabl.values with type arguments of type Fmi2Builder.Value Constructor Description PortValueMapImpl(java.util.Map<? extends Fmi2Builder.Port,? extends Fmi2Builder.Value<V>> m) -
Uses of Fmi2Builder.Value in org.intocps.maestro.framework.fmi2.api.mabl.variables
Methods in org.intocps.maestro.framework.fmi2.api.mabl.variables with parameters of type Fmi2Builder.Value Modifier and Type Method Description voidComponentVariableFmi2Api. set(Fmi2Builder.Port port, Fmi2Builder.Value value)Method parameters in org.intocps.maestro.framework.fmi2.api.mabl.variables with type arguments of type Fmi2Builder.Value Modifier and Type Method Description voidComponentVariableFmi2Api. setInt(java.util.Map<? extends java.lang.Integer,? extends Fmi2Builder.Value<java.lang.Integer>> values)voidComponentVariableFmi2Api. setString(java.util.Map<? extends java.lang.String,? extends Fmi2Builder.Value<java.lang.String>> value)
-