Multiple maps to predictor

Hello all

I have a map defined as APB_map in reg model which has all default_maps of different reg models added as submaps (working fine for verification). I want to declare different maps for different reg_models as they all have different base addr .

As of now in ENV for predictor I have added

apb2reg_predictor.map = m_rm.APB_map;

IN Reg model

this.APB_map.add_submap(this.m_23_model.default_map,`UVM_REG_ADDR_WIDTH'h0);
     this.APB_map.add_submap(this.m_12_wire_model.default_map,`UVM_REG_ADDR_WIDTH'h0);

Can we add multiple maps to predictor like m_pcie_rm.APB_CSR_MAP etc for the same predictor ?