WebFlowInput, WebFlowOutput
These are the abstract base classes for input and output data flows.
WebFlowInput Fields
- association -- the association between the input and the output.
WebFlowInput Methods
- void Associate( WebFlowOutput ) -- connect the input with the output.
- void Disassociate() -- break the connection.
WebFlowOutput Fields
- list of associations -- the inputs that get their data from this output.
WebFlowOutput Methods
- void Associate( WebFlowInput ) -- add an association.
- void Disassociate( WebFlowInput ) -- break the connection with an input.