com.jalios.util
Class Chrono

java.lang.Object
  extended by com.jalios.util.Chrono

public class Chrono
extends java.lang.Object


Nested Class Summary
static class Chrono.Step
           
 
Field Summary
protected  java.util.List cleanedStepList
           
protected  java.lang.String name
           
static java.lang.String REVISION
           
protected  boolean runState
           
protected  boolean started
           
protected  java.util.List stepList
           
protected  boolean stopped
           
 
Constructor Summary
Chrono(java.lang.String name)
           
 
Method Summary
 java.util.List getCleanedStepList()
           
 long getDelta(Chrono.Step step1, Chrono.Step step2)
           
 long getDelta(int indStep1, int indStep2)
           
 java.util.List getStepList()
           
 long getTime()
           
 void pause()
           
 java.lang.String print()
           
 java.lang.String printhtml()
           
 void resume()
           
 void start()
           
 void step()
           
 void stop()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REVISION

public static final java.lang.String REVISION
See Also:
Constant Field Values

name

protected java.lang.String name

stepList

protected java.util.List stepList

cleanedStepList

protected java.util.List cleanedStepList

runState

protected boolean runState

started

protected boolean started

stopped

protected boolean stopped
Constructor Detail

Chrono

public Chrono(java.lang.String name)
Method Detail

start

public void start()

stop

public void stop()

step

public void step()

pause

public void pause()

resume

public void resume()

getDelta

public long getDelta(Chrono.Step step1,
                     Chrono.Step step2)

getDelta

public long getDelta(int indStep1,
                     int indStep2)

getTime

public long getTime()

getStepList

public java.util.List getStepList()

getCleanedStepList

public java.util.List getCleanedStepList()

print

public java.lang.String print()

printhtml

public java.lang.String printhtml()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2010 Jalios SA. All Rights Reserved.