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.NamedValuestatic interfaceFmi2Builder.Numeric<A extends Number>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(Map<? extends Integer,? extends Fmi2Builder.Value<Integer>> values)Set this fmu ports by val refvoidFmi2Builder.Fmi2ComponentVariable. setString(Map<? extends String,? extends Fmi2Builder.Value<String>> value)Set this fmy ports by name
-