Uses of Class
org.intocps.maestro.framework.fmi2.ModelConnection
-
-
Uses of ModelConnection in org.intocps.maestro.framework.fmi2
Methods in org.intocps.maestro.framework.fmi2 that return ModelConnection Modifier and Type Method Description static ModelConnectionModelConnection. parse(String connection)Parses a connection like {key}.modelname.x={key}.modelname.y where x is output and y is inputMethods in org.intocps.maestro.framework.fmi2 that return types with arguments of type ModelConnection Modifier and Type Method Description static List<ModelConnection>Fmi2SimulationEnvironment. buildConnections(Map<String,List<String>> connections)
-