Interface FmiBuilder.SimulationInstance<AST>
-
- Type Parameters:
AST-
- All Superinterfaces:
FmiBuilder.ProvidesTypedReferenceExp,FmiBuilder.Variable<AST,FmiBuilder.NamedVariable<AST>>
- All Known Subinterfaces:
FmiBuilder.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE>,FmiBuilder.Fmi3InstanceVariable<AST,PORT_SCALAR_TYPE>,FmiBuilder.FmiSimulationInstance<AST,PORT_SCALAR_TYPE>
- Enclosing interface:
- FmiBuilder<AST,B,E,SETTINGS>
public static interface FmiBuilder.SimulationInstance<AST> extends FmiBuilder.Variable<AST,FmiBuilder.NamedVariable<AST>>
Generic type for all simulation instances
-
-
Method Summary
-
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
-
-