Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
-
-
Uses of Fmi2Builder.Scoping in org.intocps.maestro.framework.fmi2.api
Subinterfaces of Fmi2Builder.Scoping in org.intocps.maestro.framework.fmi2.api Modifier and Type Interface Description static interfaceFmi2Builder.DynamicActiveScope<T>Dynamic scope which always reflects the current active scope of the builderstatic interfaceFmi2Builder.Scope<T>Basic scope.static interfaceFmi2Builder.WhileScope<T>WhileMethods in org.intocps.maestro.framework.fmi2.api that return Fmi2Builder.Scoping Modifier and Type Method Description Fmi2Builder.Scoping<T>Fmi2Builder.Scoping. activate()Fmi2Builder.Scoping<T>Fmi2Builder.Scoping. enterScope()Fmi2Builder.Scoping<T>Fmi2Builder.Scoping. parallel()
-