Uses of Interface
org.intocps.maestro.framework.fmi2.api.FmiBuilder.Predicate
-
Uses of FmiBuilder.Predicate in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return FmiBuilder.PredicateModifier and TypeMethodDescriptionFmiBuilder.Predicate.and(FmiBuilder.Predicate p) FmiBuilder.Predicate.not()FmiBuilder.Predicate.or(FmiBuilder.Predicate p) FmiBuilder.BoolVariable.toPredicate()Methods in org.intocps.maestro.framework.fmi2.api with parameters of type FmiBuilder.PredicateModifier and TypeMethodDescriptionFmiBuilder.Predicate.and(FmiBuilder.Predicate p) FmiBuilder.Scoping.enterIf(FmiBuilder.Predicate predicate) FmiBuilder.Scoping.enterWhile(FmiBuilder.Predicate predicate) FmiBuilder.Predicate.or(FmiBuilder.Predicate p)