| Packages that use DiagNMLMsgDictCreatorInterface | |
|---|---|
| diagapplet.CodeGen | |
| Uses of DiagNMLMsgDictCreatorInterface in diagapplet.CodeGen |
|---|
| Classes in diagapplet.CodeGen that implement DiagNMLMsgDictCreatorInterface | |
|---|---|
class |
DiagNMLMsgDictCreator
Objects of this class are passed from the diagnositcs tool and design tool to the CodeGen objects as a way of indirectly passing DiagNMLMsgDicts() without introducing unnecessary compile-time dependancies. |
| Methods in diagapplet.CodeGen that return DiagNMLMsgDictCreatorInterface | |
|---|---|
DiagNMLMsgDictCreatorInterface |
CodeGenCommon.get_diag_dict_creator()
|
DiagNMLMsgDictCreatorInterface |
CodeGenCommonInterface.get_diag_dict_creator()
Get the diag_dict_creator property. |
| Methods in diagapplet.CodeGen with parameters of type DiagNMLMsgDictCreatorInterface | |
|---|---|
void |
CodeGenCommon.set_diag_dict_creator(DiagNMLMsgDictCreatorInterface _diag_dict_creator)
|
void |
CodeGenCommonInterface.set_diag_dict_creator(DiagNMLMsgDictCreatorInterface _diag_dict_creator)
Set a diag_dict_creator property. |
| Constructors in diagapplet.CodeGen with parameters of type DiagNMLMsgDictCreatorInterface | |
|---|---|
ModuleInfo(DiagNMLMsgDictCreatorInterface diag_dict_creator_param,
NMLConnectionCreatorInterface nml_creator_param)
|
|