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