diagapplet.CodeGen
Interface DiagNMLMsgDictCreatorInterface
- All Known Implementing Classes:
- DiagNMLMsgDictCreator
public interface DiagNMLMsgDictCreatorInterface
Interface that allows the Diagnostics tool and Design tool to pass
DiagNMLMsgDictCreator's to the CodeGen without the CodeGen having an explicit
dependancy on DiagNMLMsgDictCreator().
The need to eliminate circular dependancies came from seperately compiling each java
file in a Makefile with a variety of compilers. It is likely no longer necessary
to eliminate the circular dependancies.
Method Summary |
DiagNMLMsgDictInterface |
create(boolean cmd_stream,
boolean stat_stream)
Create a new DiagNMLMsgDict() object and set the fields cmd_stream and
stat_stream. |
create
DiagNMLMsgDictInterface create(boolean cmd_stream,
boolean stat_stream)
- Create a new DiagNMLMsgDict() object and set the fields cmd_stream and
stat_stream.
- Parameters:
cmd_stream
- stat_stream
-
- Returns:
- new dictionary object