com.ptc.windchill.upgrade.modeldiff
Class CheckPoints

java.lang.Object
  extended bycom.ptc.windchill.upgrade.modeldiff.CheckPoints

class CheckPoints
extends Object


Field Summary
private static Hashtable checkPoints_
           
private static int lastCheckPointNumber_
           
private static CheckPoint previousCheckPoint_
           
 
Constructor Summary
(package private) CheckPoints()
           
 
Method Summary
private  void clear()
           
(package private)  CheckPoint getCheckPoint(String name)
           
(package private)  int getLastCheckPointNumber()
           
(package private)  CheckPoint getPreviousCheckPoint()
           
(package private)  void init()
           
(package private)  void setPreviousCheckPoint(CheckPoint x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkPoints_

private static Hashtable checkPoints_

previousCheckPoint_

private static CheckPoint previousCheckPoint_

lastCheckPointNumber_

private static int lastCheckPointNumber_
Constructor Detail

CheckPoints

CheckPoints()
Method Detail

init

void init()

getCheckPoint

CheckPoint getCheckPoint(String name)

getPreviousCheckPoint

CheckPoint getPreviousCheckPoint()

setPreviousCheckPoint

void setPreviousCheckPoint(CheckPoint x)

getLastCheckPointNumber

int getLastCheckPointNumber()

clear

private void clear()