Package 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
-
-
Constructor Summary
Constructors Constructor Description TrivialValueRecorderItem(int v, java.lang.String why, boolean isReset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFull(java.lang.String prefix)
int
getValue()
Get the value.java.lang.String
getWhy(java.lang.String prefix)
boolean
isReset()
-
-
-
Method Detail
-
getValue
public int getValue()
Description copied from interface:IValueRecorderItem
Get the value.- Specified by:
getValue
in interfaceIValueRecorderItem
- Returns:
- The current value.
-
getWhy
public java.lang.String getWhy(java.lang.String prefix)
- Specified by:
getWhy
in interfaceIValueRecorderItem
-
getFull
public java.lang.String getFull(java.lang.String prefix)
- Specified by:
getFull
in interfaceIValueRecorderItem
-
isReset
public boolean isReset()
- Specified by:
isReset
in interfaceIValueRecorderItem
-
-