Interface FmiBuilder.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE>

Type Parameters:
AST - building block
PORT_SCALAR_TYPE - fmi2 scalar variable type
All Superinterfaces:
FmiBuilder.FmiSimulationInstance<AST,PORT_SCALAR_TYPE>, FmiBuilder.ProvidesTypedReferenceExp, FmiBuilder.SimulationInstance<AST>, FmiBuilder.Variable<AST,FmiBuilder.NamedVariable<AST>>
Enclosing interface:
FmiBuilder<AST,B,E,SETTINGS>

public static interface FmiBuilder.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE> extends FmiBuilder.FmiSimulationInstance<AST,PORT_SCALAR_TYPE>
Interface for an fmi component.

Note that all methods that do not take a scope uses the builders dynamic scope and adds the underlying instructions int he active scope.