| Interface | Description |
|---|---|
| OutputMapping |
An OutputMapping describes how the execution result of a node is mapped into the
Environment
of the GraphInstance being executed. |
| Class | Description |
|---|---|
| MapEntryMapping |
Given a node execution result which is a Map, this
OutputMapping maps each entry of the execution result
on an attribute in the Environment. |
| ValueMapping |
OutputMapping that maps the node execution result on an attribute with the given name.
|
Copyright © 2018. All rights reserved.