Class InputOutputMap

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

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

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

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

See Also: