Interface Fmi2Builder.DynamicActiveScope<T>
-
- All Superinterfaces:
Fmi2Builder.Scope<T>,Fmi2Builder.Scoping<T>
- All Known Implementing Classes:
DynamicActiveBuilderScope
- Enclosing interface:
- Fmi2Builder<S,B,E>
public static interface Fmi2Builder.DynamicActiveScope<T> extends Fmi2Builder.Scope<T>
Dynamic scope which always reflects the current active scope of the builder
-
-
Method Summary
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
activate, copy, createFMU, store, store, store, store, store, store, store, store, store, store
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scoping
add, addAfter, addAll, addBefore, enterIf, enterWhile, leave
-
-