Uses of Class
de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.OutTypeInfo
-
Packages that use AbstractPythonProcessService.OutTypeInfo Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of AbstractPythonProcessService.OutTypeInfo in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment with type parameters of type AbstractPythonProcessService.OutTypeInfo Modifier and Type Field Description private java.util.Map<java.lang.String,AbstractPythonProcessService.OutTypeInfo<?>>AbstractPythonProcessService. outTypeInfosMethods in de.iip_ecosphere.platform.services.environment that return AbstractPythonProcessService.OutTypeInfo Modifier and Type Method Description AbstractPythonProcessService.OutTypeInfo<?>AbstractPythonProcessService. getOutTypeInfo(java.lang.String outTypeName)Returns the output type information object for the given symbolic type name.private <O> AbstractPythonProcessService.OutTypeInfo<O>AbstractPythonProcessService. obtainOutTypeInfo(java.lang.Class<O> cls, java.lang.String typeName)Obtains an output type information object.
-