| Constructor and Description |
|---|
AbstractRRA() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractRRA |
createSingleRRA(int dsIndex)
Creates a RRA with a single data source.
|
boolean |
formatEquals(AbstractRRA rra)
Format equals.
|
Long |
getPdpPerRow()
Gets the PDP (Primary Data Points) per row.
|
List<Row> |
getRows()
Gets the rows.
|
void |
setPdpPerRow(Long pdpPerRow)
Sets the PDP (Primary Data Points) per row.
|
void |
setRows(List<Row> rows)
Sets the rows.
|
protected abstract AbstractRRA createSingleRRA(int dsIndex) throws IllegalArgumentException
dsIndex - the RRA-DS indexIllegalArgumentException - the illegal argument exceptionpublic Long getPdpPerRow()
public void setPdpPerRow(Long pdpPerRow)
pdpPerRow - the new PDP (Primary Data Points) per rowpublic boolean formatEquals(AbstractRRA rra)
rra - the RRA objectCopyright © 2015. All rights reserved.