Uses of Interface
org.intocps.maestro.framework.fmi2.api.FmiBuilder.IntVariable
-
-
Uses of FmiBuilder.IntVariable in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return FmiBuilder.IntVariable Modifier and Type Method Description FmiBuilder.IntVariable<AST>FmiBuilder. getIntVariableFrom(E exp)FmiBuilder.IntVariable<AST>FmiBuilder.Scope. store(int value)FmiBuilder.IntVariable<AST>FmiBuilder.Scope. store(String name, int value)Methods in org.intocps.maestro.framework.fmi2.api with parameters of type FmiBuilder.IntVariable Modifier and Type Method Description <V> FmiBuilder.ArrayVariable<AST,V>FmiBuilder.Scope. createArray(String name, Class<? extends V> type, FmiBuilder.IntVariable<AST>... sizes)
-