Interface Fmi2Builder.WhileScope<T>
-
- All Superinterfaces:
Fmi2Builder.Scope<T>,Fmi2Builder.ScopeElement<T>,Fmi2Builder.Scoping<T>
- Enclosing interface:
- Fmi2Builder<S,B,E,SETTINGS>
public static interface Fmi2Builder.WhileScope<T> extends Fmi2Builder.Scope<T>, Fmi2Builder.ScopeElement<T>
While
-
-
Method Summary
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
activate, createFMU, store, store, store, store, store, store, store, store, store, store
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ScopeElement
findParent, getDeclaration, parent
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
add, addAfter, addAll, addBefore, enterIf, enterScope, enterTry, enterWhile, leave, parallel
-
-