Class InputOutputMap

java.lang.Object
com.genologics.ri.step.InputOutputMap
All Implemented Interfaces:
Serializable

public class InputOutputMap extends Object implements Serializable
Input-output-map is a child element of Step and relates one of the Step inputs to one of the outputs that was produced for that input.

There will be a distinct input-output-map for each pairing of Step input to Step output.

If an input is not mapped to any outputs, the input will be listed with no outputs.

Since:
2.18
See Also: