Interface FmiBuilder.FmiSimulationInstance.PortValueMap<V,PORT_SCALAR_TYPE,AST>
-
- All Superinterfaces:
Map<FmiBuilder.Port<PORT_SCALAR_TYPE,AST>,FmiBuilder.Value<V>>
- Enclosing interface:
- FmiBuilder.FmiSimulationInstance<AST,PORT_SCALAR_TYPE>
public static interface FmiBuilder.FmiSimulationInstance.PortValueMap<V,PORT_SCALAR_TYPE,AST> extends Map<FmiBuilder.Port<PORT_SCALAR_TYPE,AST>,FmiBuilder.Value<V>>
-
-
Method Summary
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-