java.lang.Objectdiagapplet.CodeGen.DiagNMLMsgDictCreator
public 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. 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.
| Constructor Summary | |
|---|---|
DiagNMLMsgDictCreator()
|
|
| Method Summary | |
|---|---|
DiagNMLMsgDictInterface |
create(boolean cmd_stream,
boolean stat_stream)
Create a new DiagNMLMsgDict() object and set the fields cmd_stream and stat_stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiagNMLMsgDictCreator()
| Method Detail |
|---|
public DiagNMLMsgDictInterface create(boolean cmd_stream,
boolean stat_stream)
create in interface DiagNMLMsgDictCreatorInterfacecmd_stream - stat_stream -