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(java.lang.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 java.util.List<ModelConnection>Fmi2SimulationEnvironment. buildConnections(java.util.Map<java.lang.String,java.util.List<java.lang.String>> connections)
-