Interface FmiBuilder.DoubleVariable<AST>
-
- All Superinterfaces:
FmiBuilder.NumericTypedReferenceExp,FmiBuilder.ProvidesTypedReferenceExp,FmiBuilder.Variable<AST,FmiBuilder.DoubleExpressionValue>
- Enclosing interface:
- FmiBuilder<AST,B,E,SETTINGS>
public static interface FmiBuilder.DoubleVariable<AST> extends FmiBuilder.Variable<AST,FmiBuilder.DoubleExpressionValue>, FmiBuilder.ProvidesTypedReferenceExp, FmiBuilder.NumericTypedReferenceExp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(Double value)-
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
-
set
void set(Double value)
-
-