Interface FmiBuilder.FmiSimulationInstance.PortVariableMap<V,PORT_SCALAR_TYPE,AST>
- All Superinterfaces:
Map<FmiBuilder.Port<PORT_SCALAR_TYPE,AST>, FmiBuilder.Variable<AST, V>>
- Enclosing interface:
FmiBuilder.FmiSimulationInstance<AST,PORT_SCALAR_TYPE>
public static interface FmiBuilder.FmiSimulationInstance.PortVariableMap<V,PORT_SCALAR_TYPE,AST>
extends Map<FmiBuilder.Port<PORT_SCALAR_TYPE,AST>,FmiBuilder.Variable<AST,V>>
-
Nested Class Summary
-
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