Strategy to monitor single signals

In reply to Rsignori92:

If you are using the factory registration macros uvm_component_utils (for uvm_components) and uvm_object_utils (for seq_items, sequences) you are making entries in the factory and you can retrieve the right objects from there. The factory also provides a mechanism to check if the component/object you are retrieving is the right one.