You probably need to explain what it is that you want to parameterize. Since a class can only have one write() method, the ovm_analysis_imp_decl macro provides a wrapper class that maps a call from its write() method to a write_``named method in your class. You might want to look at the definition of that macro (it’s very small) and see what it does so you can explain better what you need to do.