|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.pmml.model.knn.InlineTable
public class InlineTable
The inline table representation (without extensions)
| Field Summary | |
|---|---|
private List<Row> |
rows
The list with table rows |
| Constructor Summary | |
|---|---|
InlineTable()
|
|
| Method Summary | |
|---|---|
int |
getRowCount()
Getter for the row count |
List<Row> |
getRows()
Getter for the rows |
void |
setRows(List<Row> rows)
Setter for the rows |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private List<Row> rows
| Constructor Detail |
|---|
public InlineTable()
| Method Detail |
|---|
public void setRows(List<Row> rows)
rows - the rows to setpublic List<Row> getRows()
public int getRowCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||