Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Fmi2ComponentVariable.PortValueMap
-
-
Uses of Fmi2Builder.Fmi2ComponentVariable.PortValueMap in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api with parameters of type Fmi2Builder.Fmi2ComponentVariable.PortValueMap Modifier and Type Method Description <V> voidFmi2Builder.Fmi2ComponentVariable. set(Fmi2Builder.Fmi2ComponentVariable.PortValueMap<V> value)Set port values (if ports is not from this fmu then the links are used to remap)<V> voidFmi2Builder.Fmi2ComponentVariable. set(Fmi2Builder.Scope<T> scope, Fmi2Builder.Fmi2ComponentVariable.PortValueMap<V> value) -
Uses of Fmi2Builder.Fmi2ComponentVariable.PortValueMap in org.intocps.maestro.framework.fmi2.api.mabl.values
Classes in org.intocps.maestro.framework.fmi2.api.mabl.values that implement Fmi2Builder.Fmi2ComponentVariable.PortValueMap Modifier and Type Class Description classPortValueMapImpl<V> -
Uses of Fmi2Builder.Fmi2ComponentVariable.PortValueMap in org.intocps.maestro.framework.fmi2.api.mabl.variables
Methods in org.intocps.maestro.framework.fmi2.api.mabl.variables with parameters of type Fmi2Builder.Fmi2ComponentVariable.PortValueMap Modifier and Type Method Description <V> voidComponentVariableFmi2Api. set(Fmi2Builder.Fmi2ComponentVariable.PortValueMap<V> value)<V> voidComponentVariableFmi2Api. set(Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope, Fmi2Builder.Fmi2ComponentVariable.PortValueMap<V> value)
-