This package holds the collect data pipe segment.
extends OpenCAGE.Controller.Pipe_Segments.Pipe_Segment
This Pipe_Segement implementation tells the command to start collecting all requiered data.
public Take( OpenCAGE.Controller.Command.Command Cmd);
public Take
Takes a Command object and tells it to collect data.
Precondition: see Command, Collect_Data()
Postcondition: see Command, Collect_Data()