|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.openai.ai.nn.parser.Data
Class declaration
| Constructor Summary | |
Data()
Constructor declaration |
|
| Method Summary | |
void |
addColumnName(java.lang.String columnName)
Add a column name to the list. |
void |
addRow(java.util.Vector row)
Add a single row of data. |
java.util.Vector |
getColumnNames()
Get the column names for this data. |
java.util.Vector |
getRows()
Get the rows of data. |
void |
setColumnNames(java.util.Vector columnNames)
Set the column names for this data. |
void |
setRows(java.util.Vector rows)
Set the rows of data. |
java.lang.String |
toString()
Returns a String of the columns and the data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Data()
| Method Detail |
public java.util.Vector getColumnNames()
public void setColumnNames(java.util.Vector columnNames)
columnNames - The list of column names for this data.public void addColumnName(java.lang.String columnName)
columnName - The name to add to the columns name list.public java.util.Vector getRows()
public void setRows(java.util.Vector rows)
rows - The rows of data to be set.public void addRow(java.util.Vector row)
row - The row of data to add.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||