Package OpenCAGE.Controller.Pipe_Segments.Execute

This package holds the execute pipe segment.

Class Execute_Pipe_Segment

extends OpenCAGE.Controller.Pipe_Segments.Pipe_Segment

This Pipe_Segement implementation tells the Command object to execute.

Operations

public Take( OpenCAGE.Controller.Command.Command Cmd);

Takes a Command object and tells it to execute.

Precondition: see Command, Execute()

Postcondition: see Command, Execute()