This package holds the execute pipe segment.
extends OpenCAGE.Controller.Pipe_Segments.Pipe_Segment
This Pipe_Segement implementation tells the Command object to execute.
public
Take
(
OpenCAGE.Controller.Command.Command
Cmd);
Takes a Command object and tells it to execute.
Precondition: see Command, Execute()
Postcondition: see Command, Execute()