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