Interface FmiBuilder.BoolVariable<AST>
-
- All Superinterfaces:
FmiBuilder.ProvidesTypedReferenceExp,FmiBuilder.Variable<AST,FmiBuilder.BooleanExpressionValue>
- Enclosing interface:
- FmiBuilder<AST,B,E,SETTINGS>
public static interface FmiBuilder.BoolVariable<AST> extends FmiBuilder.Variable<AST,FmiBuilder.BooleanExpressionValue>, FmiBuilder.ProvidesTypedReferenceExp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FmiBuilder.PredicatetoPredicate()-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.ProvidesTypedReferenceExp
getExp, getType
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.Variable
getDeclaredScope, getName, setValue, setValue, setValue, setValue
-
-
-
-
Method Detail
-
toPredicate
FmiBuilder.Predicate toPredicate()
-
-