Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.TryScope
-
-
Uses of Fmi2Builder.TryScope in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return Fmi2Builder.TryScope Modifier and Type Method Description Fmi2Builder.TryScope<T>Fmi2Builder.Scoping. enterTry()Methods in org.intocps.maestro.framework.fmi2.api with parameters of type Fmi2Builder.TryScope Modifier and Type Method Description Fmi2Builder.Fmi2ComponentVariable<S>Fmi2Builder.Fmu2Variable. instantiate(String namePrefix, Fmi2Builder.TryScope<org.intocps.maestro.ast.node.PStm> enclosingTryScope, Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope, String environmentName)Fmi2Builder.Fmi2ComponentVariable<S>Fmi2Builder.Fmu2Variable. instantiate(String namePrefix, Fmi2Builder.TryScope<org.intocps.maestro.ast.node.PStm> enclosingTryScope, Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope, String environmentName, boolean loggingOn)Fmi2Builder.Fmi2ComponentVariable<S>Fmi2Builder.Fmu2Variable. instantiate(String name, Fmi2Builder.TryScope<S> enclosingTryScope, Fmi2Builder.Scope<S> scope)Fmi2Builder.RuntimeModule<S>Fmi2Builder. loadRuntimeModule(Fmi2Builder.TryScope<S> scope, String name, Object... args)
-