Class BooleanExpressionValue
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.PredicateFmi2Api
-
- org.intocps.maestro.framework.fmi2.api.mabl.values.BooleanExpressionValue
-
- All Implemented Interfaces:
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.BooleanExpressionValue,org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ExpressionValue,org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Predicate,org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
public class BooleanExpressionValue extends PredicateFmi2Api implements org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ExpressionValue, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.BooleanExpressionValue
-
-
Constructor Summary
Constructors Constructor Description BooleanExpressionValue(java.lang.Boolean value)BooleanExpressionValue(org.intocps.maestro.ast.node.PExp exp)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleanExpressionValueof(boolean v)-
Methods inherited from class org.intocps.maestro.framework.fmi2.api.mabl.PredicateFmi2Api
and, and, and, and, getExp, getType, not, or, or
-
-
-
-
Method Detail
-
of
public static BooleanExpressionValue of(boolean v)
-
-