Interface Fmi2Builder.DoubleVariable<T>
-
- All Superinterfaces:
Fmi2Builder.NumericTypedReferenceExp,Fmi2Builder.ProvidesTypedReferenceExp,Fmi2Builder.Variable<T,Fmi2Builder.DoubleExpressionValue>
- Enclosing interface:
- Fmi2Builder<S,B,E,SETTINGS>
public static interface Fmi2Builder.DoubleVariable<T> extends Fmi2Builder.Variable<T,Fmi2Builder.DoubleExpressionValue>, Fmi2Builder.ProvidesTypedReferenceExp, Fmi2Builder.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.Fmi2Builder.ProvidesTypedReferenceExp
getExp, getType
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
getDeclaredScope, getName, setValue, setValue, setValue, setValue
-
-
-
-
Method Detail
-
set
void set(Double value)
-
-