| ProcessNode {openeo} | R Documentation | 
Process Node object
Description
This class inherits all functions and fields from Process() and extends it with a node id and a
special serialization function. The ProcessNode is an essential building block of the Graph().
Methods
- $getNodeId()
 returns the node id
- $setNodeId(id)
 set the node id, which is of interest when
parse_graph()is executed- $serializeAsReference()
 during the serialization the process node might be used as a reference and this function serializes the process node accordingly
Arguments
- id
 the node id
[Package openeo version 1.3.1 Index]