|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.backtrack.util.CheckpointRecord.Record
private class CheckpointRecord.Record
The record of a checkpoint object associated with a timestamp to be stored in the stack.
Red (tfeng) |
Red (tfeng) |
Field Summary | |
---|---|
private Checkpoint |
_checkpoint
The checkpoint object. |
private long |
_timestamp
The timestamp. |
Constructor Summary | |
---|---|
CheckpointRecord.Record(Checkpoint checkpoint,
long timestamp)
Construct a record with a checkpoint object and the timestamp associated with it. |
Method Summary | |
---|---|
(package private) Checkpoint |
getCheckpoint()
Get the checkpoint object. |
(package private) long |
getTimestamp()
Get the timestamp. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Checkpoint _checkpoint
private long _timestamp
Constructor Detail |
---|
CheckpointRecord.Record(Checkpoint checkpoint, long timestamp)
checkpoint
- The checkpoint object.timestamp
- The timestamp.Method Detail |
---|
Checkpoint getCheckpoint()
long getTimestamp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |