Uses of Class
adams.core.base.BaseInteger
-
Packages that use BaseInteger Package Description adams.core.base adams.data.io.input adams.data.io.output adams.data.weka.columnfinder adams.data.weka.rowfinder adams.gui.tools.spreadsheetprocessor.targets -
-
Uses of BaseInteger in adams.core.base
Methods in adams.core.base that return BaseInteger Modifier and Type Method Description static BaseInteger[]
BaseInteger. toBaseInteger(int[] values)
Turns the primitive array into a BaseInteger one.static BaseInteger[]
BaseInteger. toBaseInteger(Integer[] values)
Turns the primitive array into a BaseInteger one.Methods in adams.core.base with parameters of type BaseInteger Modifier and Type Method Description static Integer[]
BaseInteger. toNumber(BaseInteger[] values)
Turns the BaseInteger array into a number array.static int[]
BaseInteger. toPrimitive(BaseInteger[] values)
Turns the BaseInteger array into a primitive array. -
Uses of BaseInteger in adams.data.io.input
Fields in adams.data.io.input declared as BaseInteger Modifier and Type Field Description protected BaseInteger[]
FixedTabularSpreadSheetReader. m_ColumnWidth
the column width.Methods in adams.data.io.input that return BaseInteger Modifier and Type Method Description BaseInteger[]
FixedTabularSpreadSheetReader. getColumnWidth()
Returns the column width.Methods in adams.data.io.input with parameters of type BaseInteger Modifier and Type Method Description void
FixedTabularSpreadSheetReader. setColumnWidth(BaseInteger[] value)
Sets the column width. -
Uses of BaseInteger in adams.data.io.output
Fields in adams.data.io.output declared as BaseInteger Modifier and Type Field Description protected BaseInteger[]
FixedTabularSpreadSheetWriter. m_ColumnWidth
the column width.protected BaseInteger[]
OpenCVImageWriter. m_Values
the flag values.Methods in adams.data.io.output that return BaseInteger Modifier and Type Method Description BaseInteger[]
FixedTabularSpreadSheetWriter. getColumnWidth()
Returns the column width.BaseInteger[]
OpenCVImageWriter. getValues()
Returns the values corresponding with the flags.Methods in adams.data.io.output with parameters of type BaseInteger Modifier and Type Method Description void
FixedTabularSpreadSheetWriter. setColumnWidth(BaseInteger[] value)
Sets the column width.void
OpenCVImageWriter. setValues(BaseInteger[] value)
Sets the values corresponding with the flags. -
Uses of BaseInteger in adams.data.weka.columnfinder
Fields in adams.data.weka.columnfinder declared as BaseInteger Modifier and Type Field Description protected BaseInteger[]
Constant. m_Columns
The set of columns to find.Methods in adams.data.weka.columnfinder that return BaseInteger Modifier and Type Method Description BaseInteger[]
Constant. getColumns()
Gets the constant set of columns to find.Methods in adams.data.weka.columnfinder with parameters of type BaseInteger Modifier and Type Method Description void
Constant. setColumns(BaseInteger[] value)
Sets the constant set of columns to find. -
Uses of BaseInteger in adams.data.weka.rowfinder
Fields in adams.data.weka.rowfinder declared as BaseInteger Modifier and Type Field Description protected BaseInteger[]
Constant. m_Rows
The constant set of rows to find.Methods in adams.data.weka.rowfinder that return BaseInteger Modifier and Type Method Description BaseInteger[]
Constant. getRows()
Gets the constant set of rows to find.Methods in adams.data.weka.rowfinder with parameters of type BaseInteger Modifier and Type Method Description void
Constant. setRows(BaseInteger[] value)
Sets the constant set of rows to find. -
Uses of BaseInteger in adams.gui.tools.spreadsheetprocessor.targets
Fields in adams.gui.tools.spreadsheetprocessor.targets with type parameters of type BaseInteger Modifier and Type Field Description protected BaseObjectTextField<BaseInteger>
DatabaseTarget. m_TextBatchSize
the batch size.protected BaseObjectTextField<BaseInteger>
DatabaseTarget. m_TextMaxStringLength
the max string length.Methods in adams.gui.tools.spreadsheetprocessor.targets that return BaseInteger Modifier and Type Method Description BaseInteger
DatabaseTarget. getCurrentBatchSize()
Returns the current batch size.BaseInteger
DatabaseTarget. getCurrentMaxStringLength()
Returns the current maximum length for strings.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type BaseInteger Modifier and Type Method Description void
DatabaseTarget. setCurrentBatchSize(BaseInteger value)
Sets the current batch size.void
DatabaseTarget. setCurrentMaxStringLength(BaseInteger value)
Sets the current maximum length for strings.
-