Interface Fmi2Builder.IntVariable<T>
-
- All Superinterfaces:
Fmi2Builder.NumericTypedReferenceExp,Fmi2Builder.ProvidesTypedReferenceExp,Fmi2Builder.Variable<T,Fmi2Builder.IntExpressionValue>
- Enclosing interface:
- Fmi2Builder<S,B,E,SETTINGS>
public static interface Fmi2Builder.IntVariable<T> extends Fmi2Builder.Variable<T,Fmi2Builder.IntExpressionValue>, Fmi2Builder.ProvidesTypedReferenceExp, Fmi2Builder.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.Fmi2Builder.ProvidesTypedReferenceExp
getExp, getType
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
getDeclaredScope, getName, setValue, setValue, setValue, setValue
-
-