Uses of Class
adams.data.spreadsheet.Cell.ContentType
-
-
Uses of Cell.ContentType in adams.data.io.input
Fields in adams.data.io.input declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType[]
CsvSpreadSheetReader.ChunkReader. m_AutoTypes
the automatically determined column types.protected Cell.ContentType[]
ExcelStreamingSpreadSheetReader. m_CellStringContentType
the corresponding types.protected Cell.ContentType[]
ExcelStreamingSpreadSheetReader. m_CellTypeContentType
the corresponding types.protected Cell.ContentType
ExcelStreamingSpreadSheetReader.SheetHandler. m_ContentType
what type the current cell is.Fields in adams.data.io.input with type parameters of type Cell.ContentType Modifier and Type Field Description protected HashMap<String,Cell.ContentType>
ExcelStreamingSpreadSheetReader.SheetHandler. m_CellStrings
the cell-strings.protected HashMap<String,Cell.ContentType>
ExcelStreamingSpreadSheetReader.SheetHandler. m_CellTypes
the cell-types.Methods in adams.data.io.input that return Cell.ContentType Modifier and Type Method Description Cell.ContentType[]
ExcelStreamingSpreadSheetReader. getCellStringContentType()
Returns the array of cell string content types.Cell.ContentType[]
ExcelStreamingSpreadSheetReader. getCellTypeContentType()
Returns the array of cell type content types.Methods in adams.data.io.input with parameters of type Cell.ContentType Modifier and Type Method Description void
ExcelStreamingSpreadSheetReader. setCellStringContentType(Cell.ContentType[] value)
Sets the array of cell string content types.void
ExcelStreamingSpreadSheetReader. setCellTypeContentType(Cell.ContentType[] value)
Sets the array of cell type content types. -
Uses of Cell.ContentType in adams.data.io.output
Fields in adams.data.io.output declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType[]
SqlDumpSpreadSheetWriter. m_Types
the type used for the table.Method parameters in adams.data.io.output with type arguments of type Cell.ContentType Modifier and Type Method Description protected void
SimpleArffSpreadSheetWriter. cleanUpTypes(HashSet<Cell.ContentType> cellTypes)
Cleans up the cell types. -
Uses of Cell.ContentType in adams.data.spreadsheet
Fields in adams.data.spreadsheet declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType
DoubleCell. m_ContentType
whether the content is numeric.protected Cell.ContentType
FloatCell. m_ContentType
whether the content is numeric.Methods in adams.data.spreadsheet that return Cell.ContentType Modifier and Type Method Description Cell.ContentType
Cell. getContentType()
Returns the content type.Cell.ContentType
CellView. getContentType()
Returns the content type.Cell.ContentType
DefaultSpreadSheet. getContentType(int columnIndex)
Returns the pure content type of the given column, if available.Cell.ContentType
DoubleCell. getContentType()
Returns the content type.Cell.ContentType
FloatCell. getContentType()
Returns the content type.Cell.ContentType
SpreadSheet. getContentType(int columnIndex)
Returns the pure content type of the given column, if available.Cell.ContentType
SpreadSheetView. getContentType(int columnIndex)
Returns the pure content type of the given column, if available.Cell.ContentType
Cell.ContentType. parse(String s)
Parses the given string and returns the associated enum.static Cell.ContentType
Cell.ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cell.ContentType[]
Cell.ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.spreadsheet that return types with arguments of type Cell.ContentType Modifier and Type Method Description Collection<Cell.ContentType>
DefaultSpreadSheet. getContentTypes(int columnIndex)
Returns the all content types of the given column, if available.Collection<Cell.ContentType>
SpreadSheet. getContentTypes(int columnIndex)
Returns the all content types of the given column, if available.Collection<Cell.ContentType>
SpreadSheetView. getContentTypes(int columnIndex)
Returns the all content types of the given column, if available.Methods in adams.data.spreadsheet with parameters of type Cell.ContentType Modifier and Type Method Description boolean
DefaultSpreadSheet. isContentType(int columnIndex, Cell.ContentType type)
Checks whether the given column is of the specific content type or not.boolean
SpreadSheet. isContentType(int columnIndex, Cell.ContentType type)
Checks whether the given column is of the specific content type or not.boolean
SpreadSheetView. isContentType(int columnIndex, Cell.ContentType type)
Checks whether the given column is of the specific content type or not.Object
Cell. parseContent(String value, Cell.ContentType type)
Parses the content of the cell using the specified type.Object
CellView. parseContent(String value, Cell.ContentType type)
Parses the content of the cell using the specified type.Object
DoubleCell. parseContent(String value, Cell.ContentType type)
Parses the content of the cell using the specified type.Object
FloatCell. parseContent(String value, Cell.ContentType type)
Parses the content of the cell using the specified type.Cell
Cell. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
CellView. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
DoubleCell. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
FloatCell. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type. -
Uses of Cell.ContentType in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType
CellTypeRange. m_Type
the type to look for.protected Cell.ContentType
TypeRangeIterator. m_Type
the cell type to look for.Methods in adams.data.spreadsheet.cellfinder that return Cell.ContentType Modifier and Type Method Description Cell.ContentType
CellTypeRange. getType()
Returns the cell type to locate.Methods in adams.data.spreadsheet.cellfinder with parameters of type Cell.ContentType Modifier and Type Method Description void
CellTypeRange. setType(Cell.ContentType value)
Sets the cell type to locate.Constructors in adams.data.spreadsheet.cellfinder with parameters of type Cell.ContentType Constructor Description TypeRangeIterator(Row sheetRow, Cell.ContentType type, int[] cols)
Initializes the iterator.TypeRangeIterator(SpreadSheet sheet, Cell.ContentType type, int[] rows, int[] cols)
Initializes the iterator. -
Uses of Cell.ContentType in adams.data.spreadsheet.columnfinder
Fields in adams.data.spreadsheet.columnfinder declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType[]
ByContentType. m_ContentTypes
the regular expression to match the attribute names against.Methods in adams.data.spreadsheet.columnfinder that return Cell.ContentType Modifier and Type Method Description Cell.ContentType[]
ByContentType. getContentTypes()
Returns the content types that the columns can have.Methods in adams.data.spreadsheet.columnfinder with parameters of type Cell.ContentType Modifier and Type Method Description void
ByContentType. setContentTypes(Cell.ContentType[] value)
Sets the content types that the columns can have. -
Uses of Cell.ContentType in adams.data.spreadsheet.rowfinder
Fields in adams.data.spreadsheet.rowfinder declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType
ByContentType. m_ContentType
the content type to look for.Methods in adams.data.spreadsheet.rowfinder that return Cell.ContentType Modifier and Type Method Description Cell.ContentType
ByContentType. getContentType()
Returns the content type to look for.Methods in adams.data.spreadsheet.rowfinder with parameters of type Cell.ContentType Modifier and Type Method Description void
ByContentType. setContentType(Cell.ContentType value)
Sets the content type to look for. -
Uses of Cell.ContentType in adams.data.spreadsheet.sql
Fields in adams.data.spreadsheet.sql declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType[]
Writer. m_ContentTypes
the type used for the table.Methods in adams.data.spreadsheet.sql that return Cell.ContentType Modifier and Type Method Description Cell.ContentType[]
Writer. getContentTypes()
Returns the content types of the columns.abstract Cell.ContentType
AbstractTypeMapper. sqlTypeToContentType(int colType)
Determines theCell.ContentType
from the SQL column type.Cell.ContentType
DefaultTypeMapper. sqlTypeToContentType(int colType)
Determines theCell.ContentType
from the SQL column type.Methods in adams.data.spreadsheet.sql with parameters of type Cell.ContentType Modifier and Type Method Description abstract String
AbstractTypeMapper. contentTypeToSqlCreateType(Cell.ContentType contentType, String stringType)
Returns the column type used for create table statements.String
DefaultTypeMapper. contentTypeToSqlCreateType(Cell.ContentType contentType, String stringType)
Returns the column type used for create table statements.String
MSSQLServerTypeMapper. contentTypeToSqlCreateType(Cell.ContentType contentType, String stringType)
Returns the column type used for create table statements.abstract int
AbstractTypeMapper. contentTypeToSqlType(Cell.ContentType contentType)
Returns the SQL type corresponding to the cell content type.int
DefaultTypeMapper. contentTypeToSqlType(Cell.ContentType contentType)
Returns the SQL type corresponding to the cell content type. -
Uses of Cell.ContentType in adams.flow.sink
Fields in adams.flow.sink declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType[]
SpreadSheetDbWriter. m_Types
the type used for the table. -
Uses of Cell.ContentType in adams.flow.transformer
Fields in adams.flow.transformer declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType
SpreadSheetTransformCells. m_InputType
the input type.protected Cell.ContentType
SpreadSheetTransformHeaderCells. m_InputType
the input type.protected Cell.ContentType
SpreadSheetConvertCells. m_MissingReplacementType
the data type of the replacement value.protected Cell.ContentType
SpreadSheetConvertHeaderCells. m_MissingReplacementType
the data type of the replacement value.protected Cell.ContentType
SpreadSheetTransformCells. m_MissingReplacementType
the data type of the replacement value.protected Cell.ContentType
SpreadSheetTransformHeaderCells. m_MissingReplacementType
the data type of the replacement value.Methods in adams.flow.transformer that return Cell.ContentType Modifier and Type Method Description Cell.ContentType
SpreadSheetTransformCells. getInputType()
Returns the input type to enforce.Cell.ContentType
SpreadSheetTransformHeaderCells. getInputType()
Returns the input type to enforce.Cell.ContentType
SpreadSheetConvertCells. getMissingReplacementType()
Returns the data type of the replacement value.Cell.ContentType
SpreadSheetConvertHeaderCells. getMissingReplacementType()
Returns the data type of the replacement value.Cell.ContentType
SpreadSheetTransformCells. getMissingReplacementType()
Returns the data type of the replacement value.Cell.ContentType
SpreadSheetTransformHeaderCells. getMissingReplacementType()
Returns the data type of the replacement value.Methods in adams.flow.transformer with parameters of type Cell.ContentType Modifier and Type Method Description void
SpreadSheetTransformCells. setInputType(Cell.ContentType value)
Sets the input type to enforce.void
SpreadSheetTransformHeaderCells. setInputType(Cell.ContentType value)
Sets the input type to enforce.void
SpreadSheetConvertCells. setMissingReplacementType(Cell.ContentType value)
Sets the data type of the replacement value.void
SpreadSheetConvertHeaderCells. setMissingReplacementType(Cell.ContentType value)
Sets the data type of the replacement value.void
SpreadSheetTransformCells. setMissingReplacementType(Cell.ContentType value)
Sets the data type of the replacement value.void
SpreadSheetTransformHeaderCells. setMissingReplacementType(Cell.ContentType value)
Sets the data type of the replacement value. -
Uses of Cell.ContentType in adams.gui.core
Fields in adams.gui.core declared as Cell.ContentType Modifier and Type Field Description protected Cell.ContentType[]
SpreadSheetTableModel. m_ColumnType
the types of the columns.Methods in adams.gui.core that return Cell.ContentType Modifier and Type Method Description protected Cell.ContentType
SpreadSheetTableModel. determineContentType(int columnIndex)
Determines the content type of the specified column. -
Uses of Cell.ContentType in adams.ml.capabilities
Methods in adams.ml.capabilities with parameters of type Cell.ContentType Modifier and Type Method Description static Capability
CapabilitiesHelper. contentTypeToCapability(Cell.ContentType type, boolean isClass)
Turns the content type of a cell into the corresponding capability. -
Uses of Cell.ContentType in adams.ml.data
Fields in adams.ml.data with type parameters of type Cell.ContentType Modifier and Type Field Description protected Map<String,Collection<Cell.ContentType>>
DatasetInfo. m_ColumnTypes
the datatypes per column.Methods in adams.ml.data that return Cell.ContentType Modifier and Type Method Description Cell.ContentType
DataCellView. getContentType()
Returns the content type.Cell.ContentType
DatasetView. getContentType(int columnIndex)
Returns the pure content type of the given column, if available.Cell.ContentType
InstancesView. getContentType(int columnIndex)
Returns the pure content type of the given column, if available.Methods in adams.ml.data that return types with arguments of type Cell.ContentType Modifier and Type Method Description Collection<Cell.ContentType>
DatasetInfo. getColumnTypes(int col)
Returns the column types for the specified column.Collection<Cell.ContentType>
DatasetInfo. getColumnTypes(String colName)
Returns the column types for the specified column.Collection<Cell.ContentType>
DatasetView. getContentTypes(int columnIndex)
Returns the all content types of the given column, if available.Collection<Cell.ContentType>
InstancesView. getContentTypes(int columnIndex)
Returns the all content types of the given column, if available.Methods in adams.ml.data with parameters of type Cell.ContentType Modifier and Type Method Description boolean
DatasetView. isContentType(int columnIndex, Cell.ContentType type)
Checks whether the given column is of the specific content type or not.boolean
InstancesView. isContentType(int columnIndex, Cell.ContentType type)
Checks whether the given column is of the specific content type or not.Object
DataCellView. parseContent(String value, Cell.ContentType type)
Parses the content of the cell using the specified type.Cell
DataCellView. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.
-