com.jalios.util
Class Chrono
java.lang.Object
com.jalios.util.Chrono
public class Chrono
- extends Object
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
name
protected String name
stepList
protected List stepList
cleanedStepList
protected List cleanedStepList
runState
protected boolean runState
started
protected boolean started
stopped
protected boolean stopped
Chrono
public Chrono(String name)
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 List getStepList()
getCleanedStepList
public List getCleanedStepList()
print
public String print()
printhtml
public String printhtml()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2010 Jalios SA. All Rights Reserved.