ptolemy.backtrack.ui
Class BacktrackControllerFrame.HandleTableElement

java.lang.Object
  extended by ptolemy.backtrack.ui.BacktrackControllerFrame.HandleTableElement
Enclosing class:
BacktrackControllerFrame

private class BacktrackControllerFrame.HandleTableElement
extends java.lang.Object

Element of the checkpoint handle table.

Since:
Ptolemy II 5.1
Version:
$Id: BacktrackControllerFrame.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Thomas Feng
Accepted Rating:
Red (tfeng)
Proposed Rating:
Red (tfeng)

Field Summary
private  long _handle
           
private  java.util.Date _time
           
 
Constructor Summary
BacktrackControllerFrame.HandleTableElement(long handle, java.util.Date time)
          Construct an element in the checkpoint handle list.
 
Method Summary
 long getHandle()
          Return the checkpoint handle.
 java.util.Date getTime()
          Return the time at which the checkpoint was created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_handle

private long _handle

_time

private java.util.Date _time
Constructor Detail

BacktrackControllerFrame.HandleTableElement

BacktrackControllerFrame.HandleTableElement(long handle,
                                            java.util.Date time)
Construct an element in the checkpoint handle list.

Parameters:
handle - The checkpoint handle.
time - The time at which the checkpoint was created.
Method Detail

getHandle

public long getHandle()
Return the checkpoint handle.

Returns:
The checkpoint handle.

getTime

public java.util.Date getTime()
Return the time at which the checkpoint was created.

Returns:
The checkpoint creation time.