public interface Container extends Component { Component[] getComponents(); void addComponent(Component c); }