Interface Fmi2Builder.Fmi2ComponentVariable.PortVariableMap<S,V>
-
- All Superinterfaces:
Map<Fmi2Builder.Port,Fmi2Builder.Variable<S,V>>
- Enclosing interface:
- Fmi2Builder.Fmi2ComponentVariable<T>
public static interface Fmi2Builder.Fmi2ComponentVariable.PortVariableMap<S,V> extends Map<Fmi2Builder.Port,Fmi2Builder.Variable<S,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
-
-