Uses of Interface
org.intocps.maestro.framework.fmi2.api.FmiBuilder.Value
-
-
Uses of FmiBuilder.Value in org.intocps.maestro.framework.fmi2.api
Subinterfaces of FmiBuilder.Value in org.intocps.maestro.framework.fmi2.api Modifier and Type Interface Description static interfaceFmiBuilder.NamedValuestatic interfaceFmiBuilder.Numeric<A extends Number>Methods in org.intocps.maestro.framework.fmi2.api with parameters of type FmiBuilder.Value Modifier and Type Method Description <V> voidFmiBuilder.FmiSimulationInstance. set(FmiBuilder.Port<PORT_SCALAR_TYPE,AST> port, FmiBuilder.Value<V> value)<V> FmiBuilder.Variable<AST,V>FmiBuilder.Scope. store(FmiBuilder.Value<V> tag)Deprecated.Method parameters in org.intocps.maestro.framework.fmi2.api with type arguments of type FmiBuilder.Value Modifier and Type Method Description voidFmiBuilder.FmiSimulationInstance. setInt(Map<? extends Integer,? extends FmiBuilder.Value<Integer>> values)Set this fmu ports by val refvoidFmiBuilder.FmiSimulationInstance. setString(Map<? extends String,? extends FmiBuilder.Value<String>> value)Set this fmy ports by name
-