|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.util.ResultIHasDurationDataMatrixRow<T,U,V>
T - the IHasDuration implementation the
ResultIHasDurationDataMatrix aggregatesU - the IRowDataBuilderV - the underlying AbstractRowData row data
implementationpublic final class ResultIHasDurationDataMatrixRow<T extends IHasDuration,U extends IRowDataBuilder<T,V>,V extends AbstractRowData<T>>
Represents a row within the ResultIHasDurationDataMatrix.
| Constructor Summary | |
|---|---|
protected |
ResultIHasDurationDataMatrixRow()
Deprecated. |
|
ResultIHasDurationDataMatrixRow(Duration dur, U builder)
Creates a new Row with the given duration and the given
builder. |
| Method Summary | |
|---|---|
void |
add(T dataObject)
Adds the given dataObject if the duration of the dataObject is within or equal the internal duration. |
V |
getData()
Returns the row data object. |
Duration |
getDuration()
Returns the duration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected ResultIHasDurationDataMatrixRow()
public ResultIHasDurationDataMatrixRow(Duration dur, U builder)
Row with the given duration and the given
builder.
dur - the Durationbuilder - the IRowDataBuilder| Method Detail |
|---|
public Duration getDuration()
getDuration in interface IHasDurationIHasDuration.getDuration()public void add(T dataObject)
dataObject - the IHasDuration
java.lang.IllegalArgumentException - if the duration of the given dataObject is NOT within or
equal the internal durationpublic V getData()
AbstractRowData row data object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||