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