getSiteSpecificParamList.Process: Get the list of site specific parameters of a Process object
Description
Get the list of site specific parameters of a Process object.
Every site specific parameter is a list storing the name, the identifier and the type of the given parameter.
Usage
# S3 method for Process
getSiteSpecificParamList(this, ...)
# NOT RUN {# create a process object p<-Process()
# get the list of site specific parameters getSiteSpecificParamList(p)
# get it via virtual field p$siteSpecificParamList
# }