Class ValueRecorder.TrivialValueRecorderItem
java.lang.Object
net.sf.colossus.util.ValueRecorder.TrivialValueRecorderItem
- All Implemented Interfaces:
IValueRecorderItem
- Enclosing class:
ValueRecorder
- Author:
- Romain Dolbeau
-
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:IValueRecorderItemGet the value.- Specified by:
getValuein interfaceIValueRecorderItem- Returns:
- The current value.
-
getWhy
- Specified by:
getWhyin interfaceIValueRecorderItem
-
getFull
- Specified by:
getFullin interfaceIValueRecorderItem
-
isReset
public boolean isReset()- Specified by:
isResetin interfaceIValueRecorderItem
-