319320321322323324325
return new OpenReducingDuct( next ); } protected Duct createFork( Duct[] allNext ) { return new Fork( allNext ); }