Uses of Class
de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.InTypeInfo
-
Packages that use AbstractPythonProcessService.InTypeInfo Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of AbstractPythonProcessService.InTypeInfo in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment with type parameters of type AbstractPythonProcessService.InTypeInfo Modifier and Type Field Description private java.util.Map<java.lang.String,AbstractPythonProcessService.InTypeInfo<?>>AbstractPythonProcessService. inTypeInfosMethods in de.iip_ecosphere.platform.services.environment that return AbstractPythonProcessService.InTypeInfo Modifier and Type Method Description AbstractPythonProcessService.InTypeInfo<?>AbstractPythonProcessService. getInTypeInfo(java.lang.String inTypeName)Returns the input type information object for the given symbolic type name.private <I> AbstractPythonProcessService.InTypeInfo<I>AbstractPythonProcessService. obtainInTypeInfo(java.lang.Class<I> cls, java.lang.String typeName)Obtains an input type information object.
-