Interface Fmi2Builder.IfScope<T>
-
- All Known Implementing Classes:
IfMaBlScope
- Enclosing interface:
- Fmi2Builder<S,B,E>
public static interface Fmi2Builder.IfScope<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()
-
-
-
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()
-
-