diagapplet.CodeGen
Class DiagNMLMsgDictCreator

java.lang.Object
  extended by diagapplet.CodeGen.DiagNMLMsgDictCreator
All Implemented Interfaces:
DiagNMLMsgDictCreatorInterface

public class DiagNMLMsgDictCreator
extends java.lang.Object
implements DiagNMLMsgDictCreatorInterface

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

DiagNMLMsgDictCreator

public DiagNMLMsgDictCreator()
Method Detail

create

public DiagNMLMsgDictInterface create(boolean cmd_stream,
                                      boolean stat_stream)
Create a new DiagNMLMsgDict() object and set the fields cmd_stream and stat_stream.

Specified by:
create in interface DiagNMLMsgDictCreatorInterface
Parameters:
cmd_stream -
stat_stream -
Returns:
ane DiagNMLMsgDict object.