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