Uses of Class
org.intocps.maestro.framework.fmi2.api.mabl.PortFmi2Api
-
Packages that use PortFmi2Api Package Description org.intocps.maestro.framework.fmi2.api.mabl org.intocps.maestro.framework.fmi2.api.mabl.variables -
-
Uses of PortFmi2Api in org.intocps.maestro.framework.fmi2.api.mabl
Methods in org.intocps.maestro.framework.fmi2.api.mabl that return PortFmi2Api Modifier and Type Method Description PortFmi2ApiPortFmi2Api. getSourcePort()Methods in org.intocps.maestro.framework.fmi2.api.mabl that return types with arguments of type PortFmi2Api Modifier and Type Method Description java.util.List<PortFmi2Api>PortFmi2Api. getTargetPorts()Methods in org.intocps.maestro.framework.fmi2.api.mabl with parameters of type PortFmi2Api Modifier and Type Method Description java.lang.StringExecutionEnvironmentFmi2Api. getEnvName(ComponentVariableFmi2Api comp, PortFmi2Api port)voidDataWriter.DataWriterInstance. initialize(PortFmi2Api... portsToLog)Method parameters in org.intocps.maestro.framework.fmi2.api.mabl with type arguments of type PortFmi2Api Modifier and Type Method Description voidDataWriter.DataWriterInstance. initialize(java.util.List<PortFmi2Api> portsToLog)voidVariableStep.VariableStepInstance. initialize(java.util.Map<StringVariableFmi2Api,ComponentVariableFmi2Api> fmus, java.util.Collection<PortFmi2Api> ports, DoubleVariableFmi2Api endTime) -
Uses of PortFmi2Api in org.intocps.maestro.framework.fmi2.api.mabl.variables
Methods in org.intocps.maestro.framework.fmi2.api.mabl.variables that return PortFmi2Api Modifier and Type Method Description PortFmi2ApiComponentVariableFmi2Api. getPort(int valueReference)PortFmi2ApiComponentVariableFmi2Api. getPort(java.lang.String name)Methods in org.intocps.maestro.framework.fmi2.api.mabl.variables that return types with arguments of type PortFmi2Api Modifier and Type Method Description <V> java.util.Map<PortFmi2Api,VariableFmi2Api<V>>ComponentVariableFmi2Api. get()<V> java.util.Map<PortFmi2Api,VariableFmi2Api<V>>ComponentVariableFmi2Api. get(int... valueReferences)<V> java.util.Map<PortFmi2Api,VariableFmi2Api<V>>ComponentVariableFmi2Api. get(java.lang.String... names)<V> java.util.Map<PortFmi2Api,VariableFmi2Api<V>>ComponentVariableFmi2Api. get(org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Port... ports)<V> java.util.Map<PortFmi2Api,VariableFmi2Api<V>>ComponentVariableFmi2Api. get(org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Port... ports)java.util.List<PortFmi2Api>ComponentVariableFmi2Api. getAllConnectedOutputs()<V> java.util.Map<PortFmi2Api,VariableFmi2Api<V>>ComponentVariableFmi2Api. getAndShare(java.lang.String... names)Stores the final value in rootScope Uses the rootScope for valueReferencesjava.util.Map<PortFmi2Api,java.util.List<VariableFmi2Api<java.lang.Object>>>ComponentVariableFmi2Api. getDerivatives(java.util.List<PortFmi2Api> ports, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope)java.util.List<PortFmi2Api>ComponentVariableFmi2Api. getPorts()java.util.List<PortFmi2Api>ComponentVariableFmi2Api. getPorts(int... valueReferences)java.util.List<PortFmi2Api>ComponentVariableFmi2Api. getPorts(java.lang.String... names)<V> java.util.Map<PortFmi2Api,VariableFmi2Api<V>>ComponentVariableFmi2Api. getTentative(IMablScope scope, java.lang.String... names)java.util.List<PortFmi2Api>ComponentVariableFmi2Api. getVariablesToLog()Methods in org.intocps.maestro.framework.fmi2.api.mabl.variables with parameters of type PortFmi2Api Modifier and Type Method Description static VariableFmi2ApiVariableCreatorFmi2Api. createVariableForPort(TagNameGenerator nameGenerator, PortFmi2Api port, IMablScope scope, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.DynamicActiveScope<org.intocps.maestro.ast.node.PStm> dynamicScope)Method parameters in org.intocps.maestro.framework.fmi2.api.mabl.variables with type arguments of type PortFmi2Api Modifier and Type Method Description java.util.Map<PortFmi2Api,java.util.List<VariableFmi2Api<java.lang.Object>>>ComponentVariableFmi2Api. getDerivatives(java.util.List<PortFmi2Api> ports, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope)voidComponentVariableFmi2Api. set(org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope, java.util.List<PortFmi2Api> selectedPorts, java.util.function.Function<PortFmi2Api,java.util.Map.Entry<org.intocps.maestro.ast.node.PExp,org.intocps.maestro.ast.node.PType>> portToValue)voidComponentVariableFmi2Api. set(org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope, java.util.List<PortFmi2Api> selectedPorts, java.util.function.Function<PortFmi2Api,java.util.Map.Entry<org.intocps.maestro.ast.node.PExp,org.intocps.maestro.ast.node.PType>> portToValue)
-