Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Predicate
-
-
Uses of Fmi2Builder.Predicate in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return Fmi2Builder.Predicate Modifier and Type Method Description Fmi2Builder.PredicateFmi2Builder.Predicate. and(Fmi2Builder.Predicate p)Fmi2Builder.PredicateFmi2Builder.Predicate. not()Fmi2Builder.PredicateFmi2Builder.Predicate. or(Fmi2Builder.Predicate p)Fmi2Builder.PredicateFmi2Builder.BoolVariable. toPredicate()Methods in org.intocps.maestro.framework.fmi2.api with parameters of type Fmi2Builder.Predicate Modifier and Type Method Description Fmi2Builder.PredicateFmi2Builder.Predicate. and(Fmi2Builder.Predicate p)Fmi2Builder.IfScope<T>Fmi2Builder.Scoping. enterIf(Fmi2Builder.Predicate predicate)Fmi2Builder.WhileScope<T>Fmi2Builder.Scoping. enterWhile(Fmi2Builder.Predicate predicate)Fmi2Builder.PredicateFmi2Builder.Predicate. or(Fmi2Builder.Predicate p) -
Uses of Fmi2Builder.Predicate in org.intocps.maestro.framework.fmi2.api.mabl
Classes in org.intocps.maestro.framework.fmi2.api.mabl that implement Fmi2Builder.Predicate Modifier and Type Class Description classPredicateFmi2ApiMethods in org.intocps.maestro.framework.fmi2.api.mabl with parameters of type Fmi2Builder.Predicate Modifier and Type Method Description PredicateFmi2ApiPredicateFmi2Api. and(Fmi2Builder.Predicate p)PredicateFmi2ApiPredicateFmi2Api. or(Fmi2Builder.Predicate p) -
Uses of Fmi2Builder.Predicate in org.intocps.maestro.framework.fmi2.api.mabl.scoping
Methods in org.intocps.maestro.framework.fmi2.api.mabl.scoping with parameters of type Fmi2Builder.Predicate Modifier and Type Method Description IfMaBlScopeDynamicActiveBuilderScope. enterIf(Fmi2Builder.Predicate predicate)IfMaBlScopeIMablScope. enterIf(Fmi2Builder.Predicate predicate)IfMaBlScopeScopeFmi2Api. enterIf(Fmi2Builder.Predicate predicate)WhileMaBLScopeDynamicActiveBuilderScope. enterWhile(Fmi2Builder.Predicate predicate)WhileMaBLScopeIMablScope. enterWhile(Fmi2Builder.Predicate predicate)WhileMaBLScopeScopeFmi2Api. enterWhile(Fmi2Builder.Predicate predicate) -
Uses of Fmi2Builder.Predicate in org.intocps.maestro.framework.fmi2.api.mabl.values
Classes in org.intocps.maestro.framework.fmi2.api.mabl.values that implement Fmi2Builder.Predicate Modifier and Type Class Description classBooleanExpressionValue
-