com.arsdigita.webdevsupport
Class StageInfo

java.lang.Object
  extended bycom.arsdigita.webdevsupport.StageInfo

public class StageInfo
extends Object

Version:
1.0
Author:
Joseph A. Bank (jbank@alum.mit.edu)

Field Summary
static String versionId
           
 
Constructor Summary
StageInfo(String name, int depth, int start_queries)
           
 
Method Summary
 int depth()
           
 void end(int end_queries)
           
 long endTime()
           
 String getName()
           
 boolean leaf()
           
 int numQueries()
           
 long queryTime(ListIterator queries)
           
 void setLeaf(boolean leaf)
           
 long startTime()
           
 long time()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

StageInfo

public StageInfo(String name,
                 int depth,
                 int start_queries)
Method Detail

getName

public String getName()

end

public void end(int end_queries)

endTime

public long endTime()

startTime

public long startTime()

time

public long time()

depth

public int depth()

setLeaf

public void setLeaf(boolean leaf)

leaf

public boolean leaf()

numQueries

public int numQueries()

queryTime

public long queryTime(ListIterator queries)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC