rcs.nml
Class NMLSingleVarLog

java.lang.Object
  extended by rcs.nml.NMLSingleVarLog

public class NMLSingleVarLog
extends java.lang.Object

The class is used to store the value a single variable extracted from a large or potentially large message and that was automatically collected at some frequency.


Field Summary
 NMLSingleVarLogItem[] items_list
           
 int last_items_sent_size
           
 
Constructor Summary
NMLSingleVarLog()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

items_list

public NMLSingleVarLogItem[] items_list

last_items_sent_size

public int last_items_sent_size
Constructor Detail

NMLSingleVarLog

public NMLSingleVarLog()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object