|
|||||||||
| Home >> All >> recoin >> [ util overview ] | PREV NEXT | ||||||||
A
- addDurationStamp(DurationStamp) - Method in class recoin.util.TimeLog
- Adds the specified DurationStamp to the TimeLog.
C
- calendar - Static variable in class recoin.util.TimeLog
- A Calendar object.
- closeTimeLog() - Method in class recoin.util.TimeLog
- Closes this TimeLog by setting the end time of the initial DurationStamp that represents the overall process.
D
- DurationStamp - class recoin.util.DurationStamp.
- A DurationStamp can be used to measure a process that has a starting point and an end point.
- DurationStamp(long) - Constructor for class recoin.util.DurationStamp
- Creates a DurationStamp with the specified start time.
- durationStamps - Variable in class recoin.util.TimeLog
- The DurationStamp objects
E
- endTime - Variable in class recoin.util.DurationStamp
- The end time of the process in milliseconds.
G
- getDurationInMillis() - Method in class recoin.util.DurationStamp
- Returns the duration of this DurationStamp in milliseconds.
- getDurationStamps() - Method in class recoin.util.TimeLog
- Returns the DurationStamps in this TimeLog.
- getEndDate() - Method in class recoin.util.DurationStamp
- Returns the end time of this DurationStamp as a java.util.Date.
- getEndTimeInMillis() - Method in class recoin.util.DurationStamp
- Returns the end time of this DurationStamp in milliseconds.
- getInitialStamp() - Method in class recoin.util.TimeLog
- Returns the first DurationStamp added to this TimeLog.
- getName() - Method in class recoin.util.DurationStamp
- Returns the name of this DurationStamp.
- getSelfDescription() - Method in interface recoin.util.SelfDescription
- Returns a self description.
- getStartDate() - Method in class recoin.util.DurationStamp
- Returns the start time of this DurationStamp as a java.util.Date.
- getStartTimeInMillis() - Method in class recoin.util.DurationStamp
- Returns the start time of this DurationStamp in milliseconds.
N
- name - Variable in class recoin.util.DurationStamp
- The name of the process represented by this DurationStamp.
R
- recoin.util - package recoin.util
S
- SelfDescription - interface recoin.util.SelfDescription.
- Classes implementing this interface signal that they are capable of providing a textual description of themselves.
- setEndTime(long) - Method in class recoin.util.DurationStamp
- Sets the end time of this DurationStamp to the specified time.
- setName(String) - Method in class recoin.util.DurationStamp
- Sets the name of the DurationStamp to the specified name.
- startTime - Variable in class recoin.util.DurationStamp
- The start time of the process in milliseconds.
T
- TimeLog - class recoin.util.TimeLog.
- A TimeLog can be used to record a sequence of phases or processes.
- TimeLog() - Constructor for class recoin.util.TimeLog
- Creates an empty TimeLog.
- TimeLog(boolean) - Constructor for class recoin.util.TimeLog
- Creates a TimeLog with a DurationStamp initiated to the current time if specified by the boolean parameter.
A C D E G N R S T
|
|||||||||
| Home >> All >> recoin >> [ util overview ] | PREV NEXT | ||||||||