|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectReportNode
public class ReportNode
Data structure representing a single response to a monitoring command.
Field Summary | |
---|---|
int |
clientID
The identifier of the monitoring app that asked for this information. |
double |
simTime
The simulation time at which this information was obtained. |
java.lang.String |
targetVar
The identifier of the variable that was monitored. |
java.lang.String |
value
The value that was obtained by monitoring. |
Constructor Summary | |
---|---|
ReportNode(java.lang.String val,
double time,
java.lang.String target,
int client)
Basic constructor. |
Method Summary | |
---|---|
java.lang.String |
stringValue()
Converts this structure to a String of the format " targetVar \r\nsimTime \r\nvalue ". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String value
public double simTime
public java.lang.String targetVar
public int clientID
Constructor Detail |
---|
public ReportNode(java.lang.String val, double time, java.lang.String target, int client)
Method Detail |
---|
public java.lang.String stringValue()
targetVar
\r\nsimTime
\r\nvalue
".
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |