Functions
__init__
Initialize self. See help(type(self)) for accurate signature.
task_model :
TaskModel
get_first_inport
Return type :
ProcessWithPort
get_first_outport
Return type :
ProcessWithPort
get_input
retrieve the resource of the input
name :
str
[description]
Return type :
Resource
get_input_port
Access input port information of a process to create connectors in protocol
port_name :
str
Return type :
ProcessWithPort
get_input_resource_model
retrieve the resource model of the input
name :
str
[description]
Return type :
ResourceModel
get_model
Return type :
ProcessModel
get_model_id
Return type :
str
get_output
retrieve the resource of the output
name :
str
[description]
Return type :
Resource
get_output_port
Access output port information of a process to create connectors in protocol
port_name :
str
Return type :
ProcessWithPort
get_output_resource_model
retrieve the resource model of the output
name :
str
[description]
Return type :
ResourceModel
get_param
name :
str
Return type :
Any
get_process_type
Return type :
Type[Process]
refresh
Return type :
ProcessProxy
reset_config
set_config_params
Set the config param values
config_params :
ConfigParamsDict
set_input
Set the resource of an input. If you want to manually set the input resource of a process
name :
str
[description]
resource :
Resource
[description]
set_param
Set the param value
param_name :
str
value :
ParamValue
get_by_id @classmethod
id :
str
Return type :
TaskProxy