Uses of Interface
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.StateVariable
-
Packages that use Fmi2Builder.StateVariable Package Description org.intocps.maestro.framework.fmi2.api org.intocps.maestro.framework.fmi2.api.mabl.variables -
-
Uses of Fmi2Builder.StateVariable in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return Fmi2Builder.StateVariable Modifier and Type Method Description Fmi2Builder.StateVariable<T>Fmi2Builder.Fmi2ComponentVariable. getState()Get the current stateFmi2Builder.StateVariable<T>Fmi2Builder.Fmi2ComponentVariable. getState(Fmi2Builder.Scope<T> scope)Get the current state -
Uses of Fmi2Builder.StateVariable in org.intocps.maestro.framework.fmi2.api.mabl.variables
Classes in org.intocps.maestro.framework.fmi2.api.mabl.variables that implement Fmi2Builder.StateVariable Modifier and Type Class Description classStateMablVariableFmi2ApiMethods in org.intocps.maestro.framework.fmi2.api.mabl.variables that return Fmi2Builder.StateVariable Modifier and Type Method Description Fmi2Builder.StateVariable<org.intocps.maestro.ast.node.PStm>ComponentVariableFmi2Api. getState()Fmi2Builder.StateVariable<org.intocps.maestro.ast.node.PStm>ComponentVariableFmi2Api. getState(Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm> scope)
-