Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ScopeElement
-
-
Uses of Fmi2Builder.ScopeElement in org.intocps.maestro.framework.fmi2.api
Subinterfaces of Fmi2Builder.ScopeElement in org.intocps.maestro.framework.fmi2.api Modifier and Type Interface Description static interfaceFmi2Builder.DynamicActiveScope<T>Dynamic scope which always reflects the current active scope of the builderstatic interfaceFmi2Builder.IfScope<T>If scope, default scope is thenstatic interfaceFmi2Builder.Scope<T>Basic scope.static interfaceFmi2Builder.Scoping<T>Scoping functionsstatic interfaceFmi2Builder.TryScope<T>Try finally scope, default scope is bodystatic interfaceFmi2Builder.WhileScope<T>WhileMethods in org.intocps.maestro.framework.fmi2.api with type parameters of type Fmi2Builder.ScopeElement Modifier and Type Method Description <P extends Fmi2Builder.ScopeElement<T>>
PFmi2Builder.ScopeElement. findParent(Class<P> clz)Find a prent element of a specific typeMethods in org.intocps.maestro.framework.fmi2.api that return Fmi2Builder.ScopeElement Modifier and Type Method Description Fmi2Builder.ScopeElement<T>Fmi2Builder.ScopeElement. parent()The parent element of this element or null if root
-