class ProcessFunction extends Function
A Function that wraps a Process for rendering transformations.
| Fields inherited from class | Fields | 
|---|---|
class Expression | 
                            filterFactory | 
                        
| Constructor and description | 
|---|
                                ProcessFunction(Process process, Function[] functions)Create a Rendering Transformation Function from a Process and a variable List of Functions.  | 
                        
| Methods inherited from class | Name | 
|---|---|
class Function | 
                            getFunctionNames, registerFunction, toString | 
                        
class Expression | 
                            evaluate, fromCQL, getValue, toString |