pl.edu.agh.cast.data.preprocessing
Class DataCell
java.lang.Object
pl.edu.agh.cast.data.preprocessing.DataCell
public class DataCell
- extends Object
Represents a single data cell in the tabular data.
- Author:
- AGH CAST Team
Constructor Summary |
DataCell(DataRow row,
int column)
The default constructor. |
DataCell
public DataCell(DataRow row,
int column)
- The default constructor.
- Parameters:
row
- row of the cellcolumn
- column of the cell
getRow
public DataRow getRow()
getColumn
public int getColumn()
getValue
public String getValue()
changeValue
public String changeValue(String newVal)
- Replaces the existing cell value with a specified new one.
- Parameters:
newVal
- new value to be inserted into the cell
- Returns:
- new element
toString
public String toString()
-
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.