309310311312313314315
return new CloseReducingDuct( next ); } protected Duct createOpenWindow( Duct next ) { return new OpenDuct( next ); }