Interface Fmi2Builder.IfScope<T>
-
- All Superinterfaces:
Fmi2Builder.ScopeElement<T>
- Enclosing interface:
- Fmi2Builder<S,B,E,SETTINGS>
public static interface Fmi2Builder.IfScope<T> extends Fmi2Builder.ScopeElement<T>
If scope, default scope is then
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fmi2Builder.Scope<T>enterElse()Switch to else scopeFmi2Builder.Scope<T>enterThen()Switch to then scopeFmi2Builder.Scope<T>leave()-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ScopeElement
findParent, getDeclaration, parent
-
-
-
-
Method Detail
-
enterThen
Fmi2Builder.Scope<T> enterThen()
Switch to then scope- Returns:
-
enterElse
Fmi2Builder.Scope<T> enterElse()
Switch to else scope- Returns:
-
leave
Fmi2Builder.Scope<T> leave()
-
-