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_ColumnWidththe 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 voidFixedTabularSpreadSheetReader. 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_ColumnWidththe column width.protected BaseInteger[]OpenCVImageWriter. m_Valuesthe 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 voidFixedTabularSpreadSheetWriter. setColumnWidth(BaseInteger[] value)Sets the column width.voidOpenCVImageWriter. 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_ColumnsThe 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 voidConstant. 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_RowsThe 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 voidConstant. 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_TextBatchSizethe batch size.protected BaseObjectTextField<BaseInteger>DatabaseTarget. m_TextMaxStringLengththe max string length.Methods in adams.gui.tools.spreadsheetprocessor.targets that return BaseInteger Modifier and Type Method Description BaseIntegerDatabaseTarget. getCurrentBatchSize()Returns the current batch size.BaseIntegerDatabaseTarget. 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 voidDatabaseTarget. setCurrentBatchSize(BaseInteger value)Sets the current batch size.voidDatabaseTarget. setCurrentMaxStringLength(BaseInteger value)Sets the current maximum length for strings.
-