Package net.sf.colossus.util
Class ValueRecorder.TrivialValueRecorderItem
java.lang.Object
net.sf.colossus.util.ValueRecorder.TrivialValueRecorderItem
- All Implemented Interfaces:
IValueRecorderItem
- Enclosing class:
ValueRecorder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
v
private final int v -
why
-
isReset
private final boolean isReset
-
-
Constructor Details
-
TrivialValueRecorderItem
TrivialValueRecorderItem(int v, String why, boolean isReset)
-
-
Method Details
-
getValue
public int getValue()Description copied from interface:IValueRecorderItem
Get the value.- Specified by:
getValue
in interfaceIValueRecorderItem
- Returns:
- The current value.
-
getWhy
- Specified by:
getWhy
in interfaceIValueRecorderItem
-
getFull
- Specified by:
getFull
in interfaceIValueRecorderItem
-
isReset
public boolean isReset()- Specified by:
isReset
in interfaceIValueRecorderItem
-