In reply to chr_sue:
Don’t do this. You never want to extend the uvm_sequencer as it limits the reuse of your environment. As I said earlier, put the sequencer handles in a base sequence and assign the handles when the sequence is created. You can then utilize the sequencer handles as required directly in the sequence.