Class BooleanVariableFmi2Api
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.variables.VariableFmi2Api<BooleanExpressionValue>
-
- org.intocps.maestro.framework.fmi2.api.mabl.variables.BooleanVariableFmi2Api
-
- All Implemented Interfaces:
Fmi2Builder.BoolVariable<org.intocps.maestro.ast.node.PStm>,Fmi2Builder.ProvidesTypedReferenceExp,Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,BooleanExpressionValue>,IndexedVariableFmi2Api<BooleanExpressionValue>
public class BooleanVariableFmi2Api extends VariableFmi2Api<BooleanExpressionValue> implements Fmi2Builder.BoolVariable<org.intocps.maestro.ast.node.PStm>
-
-
Field Summary
-
Fields inherited from class org.intocps.maestro.framework.fmi2.api.mabl.variables.VariableFmi2Api
dynamicScope, type
-
-
Constructor Summary
Constructors Constructor Description BooleanVariableFmi2Api(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, Fmi2Builder.DynamicActiveScope<org.intocps.maestro.ast.node.PStm> dynamicScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanVariableFmi2Apiclone(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)PredicateFmi2ApitoPredicate()-
Methods inherited from class org.intocps.maestro.framework.fmi2.api.mabl.variables.VariableFmi2Api
getDeclaredScope, getDeclaringStm, getDesignator, getDesignatorClone, getExp, getName, getReferenceExp, getType, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toMath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
getExp, getType
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
getDeclaredScope, getName, setValue, setValue, setValue, setValue
-
-
-
-
Constructor Detail
-
BooleanVariableFmi2Api
public BooleanVariableFmi2Api(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, Fmi2Builder.DynamicActiveScope<org.intocps.maestro.ast.node.PStm> dynamicScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)
-
-
Method Detail
-
toPredicate
public PredicateFmi2Api toPredicate()
- Specified by:
toPredicatein interfaceFmi2Builder.BoolVariable<org.intocps.maestro.ast.node.PStm>
-
clone
public BooleanVariableFmi2Api clone(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)
- Overrides:
clonein classVariableFmi2Api<BooleanExpressionValue>
-
-