net.sf.colossus.util
Class ValueRecorder.TrivialValueRecorderItem
java.lang.Object
net.sf.colossus.util.ValueRecorder.TrivialValueRecorderItem
- All Implemented Interfaces:
- IValueRecorderItem
- Enclosing class:
- ValueRecorder
private class ValueRecorder.TrivialValueRecorderItem
- extends java.lang.Object
- implements IValueRecorderItem
Field Summary |
private boolean |
isReset
|
private int |
v
|
private java.lang.String |
why
|
Method Summary |
java.lang.String |
getFull(java.lang.String prefix)
|
int |
getValue()
Get the value. |
java.lang.String |
getWhy(java.lang.String prefix)
|
boolean |
isReset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
v
private final int v
why
private final java.lang.String why
isReset
private final boolean isReset
ValueRecorder.TrivialValueRecorderItem
ValueRecorder.TrivialValueRecorderItem(int v,
java.lang.String why,
boolean isReset)
getValue
public int getValue()
- Description copied from interface:
IValueRecorderItem
- Get the value.
- Specified by:
getValue
in interface IValueRecorderItem
- Returns:
- The current value.
getWhy
public java.lang.String getWhy(java.lang.String prefix)
- Specified by:
getWhy
in interface IValueRecorderItem
getFull
public java.lang.String getFull(java.lang.String prefix)
- Specified by:
getFull
in interface IValueRecorderItem
isReset
public boolean isReset()
- Specified by:
isReset
in interface IValueRecorderItem