public abstract class ProvaBasicEventsAccumulatorImpl extends java.lang.Object implements ProvaEventsAccumulator
ProvaEventsAccumulator.AccumulationMode| Modifier and Type | Field and Description |
|---|---|
protected int |
duration |
protected java.util.Date |
startTime |
| Constructor and Description |
|---|
ProvaBasicEventsAccumulatorImpl() |
ProvaBasicEventsAccumulatorImpl(ProvaBasicEventsAccumulatorImpl accumulator) |
| Modifier and Type | Method and Description |
|---|---|
abstract ProvaEventsAccumulator |
clone() |
int |
getDuration() |
java.util.Date |
getStartTime() |
void |
setDuration(int duration) |
void |
setStartTime(java.util.Date startTime) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, totalCountpublic ProvaBasicEventsAccumulatorImpl()
public ProvaBasicEventsAccumulatorImpl(ProvaBasicEventsAccumulatorImpl accumulator)
public abstract ProvaEventsAccumulator clone()
clone in interface ProvaEventsAccumulatorclone in class java.lang.Objectpublic java.util.Date getStartTime()
getStartTime in interface ProvaEventsAccumulatorpublic void setStartTime(java.util.Date startTime)
setStartTime in interface ProvaEventsAccumulatorpublic int getDuration()
getDuration in interface ProvaEventsAccumulatorpublic void setDuration(int duration)
setDuration in interface ProvaEventsAccumulatorCopyright © 2019. All Rights Reserved.