Interface FmiBuilder.IntVariable<AST>
-
- All Superinterfaces:
FmiBuilder.NumericTypedReferenceExp,FmiBuilder.ProvidesTypedReferenceExp,FmiBuilder.Variable<AST,FmiBuilder.IntExpressionValue>
- Enclosing interface:
- FmiBuilder<AST,B,E,SETTINGS>
public static interface FmiBuilder.IntVariable<AST> extends FmiBuilder.Variable<AST,FmiBuilder.IntExpressionValue>, FmiBuilder.ProvidesTypedReferenceExp, FmiBuilder.NumericTypedReferenceExp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddecrement()voidincrement()-
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
-
-