Skip to content

Commit

Permalink
child process graph description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
claxn committed Jun 8, 2020
1 parent 5b45649 commit 3909b1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/openeo_pg_parser_python/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@ def parent_process(self):
@property
def child_processes(self):
"""
Returns all child processes as a sub-graph. A child process is defined to be the process, which gets called by
the current node/process. So a child process is always one level lower then the current node in a process graph
hierarchy/tree.
Returns all process nodes of an embedded process graph as a sub-graph. A child process is defined to be a
process, which is part of an embedded process graph. So a child process is always one level lower then the
current node in a process graph hierarchy/tree. A child process can only have one parent node.
Returns
-------
Expand Down

0 comments on commit 3909b1b

Please sign in to comment.