Index

A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort() - Method in class table.DomainsFinder
Abort the execution.
abort() - Method in class table.Table
Abort an i/o operation.
addColumn(String, ColType) - Method in class table.Table
Add a column to the table.
addColumn(Column) - Method in class table.Table
Add a column to the table.
addType(String, Class<?>) - Static method in class table.ColType
Add a type, that is, register it.
addTypeEditor(String, Class<?>) - Static method in class table.DomainsEditor
Add a type editor, that is, register it.
addValue(double) - Method in class table.RealType
Add a value.
addValue(int) - Method in class table.IntegerType
Add a value.
addValue(long) - Method in class table.DateType
Add a value.
addValue(Object) - Method in class table.ColType
Add a value, that is, adapt the range of values.
addValue(Object) - Method in class table.Column
Add a value, that is, adapt the range of values.
addValue(Object) - Method in class table.DateType
Add a value.
addValue(Object) - Method in class table.IntegerType
Add a value.
addValue(Object) - Method in class table.NominalType
Add a value, that is, adapt the range of values.
addValue(Object) - Method in class table.RealType
Add a value.
addValue(Object) - Method in class table.StringType
Add a value, that is, adapt the range of values.
addValue(Object, Object) - Method in class table.ColType
Add a value, that is, adapt the range of values.
addValue(Object, Object) - Method in class table.NominalType
Add a value, that is, adapt the range of values.
ALL_ITEMS - Static variable in class table.TableView
mode flag: all optional menu items
autoDir() - Method in class table.Table
Automatically determine the direction of columns.
autoType() - Method in class table.Column
Automatically determine the type of a nominal or string column.
autoType() - Method in class table.Table
Automatically determine the type of columns.
AUTOTYPE - Static variable in class table.DomainsFinder
operation: determine types automatically

B

BIN2COL - Static variable in class table.TableMapper
use two columns for binary attributes (default: one column)
BOTH - Static variable in class table.TableMapper
map both input and target attributes

C

clear() - Method in class table.ColType
Clear the range of values.
clear() - Method in class table.DateType
Clear the range of values.
clear() - Method in class table.IntegerType
Clear the range of values.
clear() - Method in class table.NominalType
Clear the range of values.
clear() - Method in class table.RealType
Clear the range of values.
clear() - Method in class table.StringType
Clear the range of values.
clear() - Method in class table.Table
Clear this table, that is, remove all rows.
clearBuffer() - Method in class table.Table
Clear the internal record buffer.
clearInfo() - Method in class table.ColType
Clear all additional information.
clearInfo() - Method in class table.Column
Clear all additional information.
clearInfo() - Method in class table.MetricType
Clear all additional information.
clearInfo() - Method in class table.NominalType
Clear all additional information.
clone() - Method in class table.ColType
Clone this type.
clone() - Method in class table.Column
Clone this column.
clone() - Method in class table.DateType
Clone this type.
clone() - Method in class table.IntegerType
Clone this type.
clone() - Method in class table.NominalType
Clone this type.
clone() - Method in class table.RealType
Clone this type.
clone() - Method in class table.StringType
Clone this type.
clone() - Method in class table.Table
Clone this table.
cloneAllColumns() - Method in class table.Table
Clone all columns' type and data arrays and replace originals.
cloneAllData() - Method in class table.Table
Clone all columns' types and replace originals.
cloneAllTypes() - Method in class table.Table
Clone all columns' types and replace originals.
cloneAsType() - Method in class table.Column
Clone a column as a type/domain description.
cloneColumn(int) - Method in class table.Table
Clone a column's type and value array and replace originals.
cloneData() - Method in class table.Column
Clone the value array of the column.
cloneDomains() - Method in class table.Table
Clone the domain descriptions of this table.
cloneType() - Method in class table.Column
Clone the type of the column.
cloneType(boolean) - Method in class table.Column
Clone the type of the column.
ColType - Class in table
Class for (column) types for data tables.
ColType() - Constructor for class table.ColType
Create a column type.
Column - Class in table
Class for columns of a data table.
Column(String, ColType) - Constructor for class table.Column
Create a column of a data table.
Column(String, ColType, int) - Constructor for class table.Column
Create a column of a data table.
Column(String, ColType, Object) - Constructor for class table.Column
Create a column of a data table.
compare(Object, Object) - Method in class table.DateType
Compare two date values.
compare(Object, Object) - Method in class table.IntegerType
Compare two integer values.
compare(Object, Object) - Method in class table.OrdinalType
Compare two values of this type.
compare(Object, Object) - Method in class table.RealType
Compare two real values.
CURRENT - Static variable in class table.ColType
indicates that the internal current value should be used

D

data - Variable in class table.Column
the data of the column (array of row values)
DateType - Class in table
Class for date-valued types for data tables.
DateType() - Constructor for class table.DateType
Create a date-valued type.
DateType(DateFormat) - Constructor for class table.DateType
Create a date-valued type.
DateType(DateFormat, long, long) - Constructor for class table.DateType
Create a date-valued type.
DateType(DateType) - Constructor for class table.DateType
Create a clone of a date-valued type.
DefaultEditor - Class in table
Class for an editor for the values of types.
DefaultEditor() - Constructor for class table.DefaultEditor
Create a default type editor.
DefaultEditor(ColType) - Constructor for class table.DefaultEditor
Create a default type editor.
diff(Object, Object) - Method in class table.IntegerType
Compute the difference of two values
diff(Object, Object) - Method in class table.MetricType
Compute the difference of two values
diff(Object, Object) - Method in class table.RealType
Compute the difference of two values
dir - Variable in class table.Column
the direction of the column
DIR_ID - Static variable in class table.Column
direction: (unique) identifier
DIR_IN - Static variable in class table.Column
direction: input column
DIR_NONE - Static variable in class table.Column
direction: do not use column
DIR_OUT - Static variable in class table.Column
direction: output column
DIR_WGT - Static variable in class table.Column
direction: weight column (tuple occurrences)
DIRS - Static variable in class table.DomainsEditor
mode flag: show direction column
DomainsEditor - Class in table
Class for a domain editor.
DomainsEditor(int) - Constructor for class table.DomainsEditor
Create a domain editor.
DomainsEditor(Component, int) - Constructor for class table.DomainsEditor
Create a domain editor.
DomainsFinder - Class in table
Class for table column domain determination.
DomainsFinder() - Constructor for class table.DomainsFinder
Create a table domain finder.

E

exec() - Method in class table.DomainsFinder
Execute the domain finder.
exec(int) - Method in class table.TableMapper
Execute the table map for a given row.
exec(int, double[]) - Method in class table.TableMapper
Execute the table map for a given row.
exec(int, int) - Method in class table.TableMapper
Execute the table map for a given row.
exec(int, int, double[]) - Method in class table.TableMapper
Execute the table map for a given row.

F

FILE_ITEMS - Static variable in class table.TableView
mode flag: add menu items for loading and saving tables
find() - Method in class table.DomainsFinder
Execute the domain finder.
findColumn(String) - Method in class table.Table
Get the index of a column given its name.
findValue(Object) - Method in class table.ColType
Get the identifier of a value.
findValue(Object) - Method in class table.NominalType
Get the identifier of a value.
fits(Object) - Method in class table.ColType
Check whether an array fits this type.
fits(Object) - Method in class table.DateType
Check whether an array fits this type.
fits(Object) - Method in class table.IntegerType
Check whether an array fits this type.
fits(Object) - Method in class table.NominalType
Check whether an array fits this type.
fits(Object) - Method in class table.RealType
Check whether an array fits this type.
fits(Object) - Method in class table.StringType
Check whether an array fits this type.

G

getAllDirNames() - Static method in class table.Column
Get all direction names.
getAllDirNames(int) - Static method in class table.Column
Get the name for a direction identifier.
getAllTypeNames() - Static method in class table.ColType
Get all type names.
getAllTypeNames(int) - Static method in class table.ColType
Get all type names.
getColumn(int) - Method in class table.Table
Get a column given its index.
getColumn(int) - Method in class table.TableMapper
Get a mapped column.
getColumn(String) - Method in class table.Table
Get a column given its name.
getColumnClass(int) - Method in class table.Table
Get the value class of a column given its index.
getColumnCount() - Method in class table.Table
Get the number of columns of the table.
getColumnCount() - Method in class table.TableMapper
Get the number of mapped columns.
getColumnDir(int) - Method in class table.Table
Get the direction of a column given its index.
getColumnIndex(String) - Method in class table.Table
Get the index of a column given its name.
getColumnName(int) - Method in class table.Table
Get the name of a column given its index.
getColumnType(int) - Method in class table.Table
Get the type of a column given its index.
getColumnWeight(int) - Method in class table.Table
Get the weight of a column given its index.
getCount(int) - Method in class table.TableMapper
Get the number of elements a column is mapped to.
getData() - Method in class table.Column
Get the value array of the column.
getDir() - Method in class table.Column
Get the direction of the column.
getDirId(String) - Static method in class table.Column
Get the identifier for a direction name.
getDirName(int) - Static method in class table.Column
Get the name for a direction identifier.
getDomains() - Method in class table.DomainsEditor
Get the edited attribute domains.
getFormat() - Method in class table.DateType
Get the format used for parsing and formatting.
getFormatDialog() - Method in class table.TableView
Get the data format dialog (create if necessary).
getFormatPanel() - Method in class table.TableView
Get the data format panel.
getInfo(int) - Method in class table.ColType
Get the additional information for a value given its identifier.
getInfo(int) - Method in class table.Column
Get the information associated with a value.
getInfo(int) - Method in class table.MetricType
Get the additional information for a value given its identifier.
getInfo(int) - Method in class table.NominalType
Get the additional information for a value given its identifier.
getInfo(int) - Method in class table.OrdinalType
Get the information associated with a value.
getInfo(Object) - Method in class table.ColType
Get the information for a value or a property.
getInfo(Object) - Method in class table.Column
Get the information associated with a value.
getInfo(Object) - Method in class table.MetricType
Get the additional information for a value.
getInfo(Object) - Method in class table.NominalType
Get the additional information for a value.
getInfo(Object) - Method in class table.OrdinalType
Get the information associated with a value.
getInfoCount() - Method in class table.ColType
Get the number of values with additional information.
getInfoCount() - Method in class table.Column
Get the number of values for which there is information.
getInfoCount() - Method in class table.MetricType
Get the number of values with additional information.
getInfoCount() - Method in class table.NominalType
Get the number of values with additional information.
getInfoCount() - Method in class table.OrdinalType
Get the number of pieces of additional information.
getInOutCount() - Method in class table.TableMapper
Get the total number of elements.
getInputCount() - Method in class table.TableMapper
Get the number of input elements.
getMark() - Method in class table.Column
Get the marker value of the column.
getMax() - Method in class table.DateType
Get the maximal value.
getMax() - Method in class table.IntegerType
Get the maximal value.
getMax() - Method in class table.OrdinalType
Get the maximal value.
getMax() - Method in class table.RealType
Get the maximal value.
getMaxInfo() - Method in class table.OrdinalType
Get the information associated with the maximal value.
getMaxNumber() - Method in class table.IntegerType
Get the maximal value.
getMaxNumber() - Method in class table.MetricType
Get the maximal value.
getMaxNumber() - Method in class table.RealType
Get the maximal value.
getMaxRaw() - Method in class table.DateType
Get the maximal value.
getMaxRaw() - Method in class table.IntegerType
Get the maximal value.
getMaxRaw() - Method in class table.RealType
Get the maximal value.
getMin() - Method in class table.DateType
Get the minimal value.
getMin() - Method in class table.IntegerType
Get the minimal value.
getMin() - Method in class table.OrdinalType
Get the minimal value.
getMin() - Method in class table.RealType
Get the minimal value.
getMinInfo() - Method in class table.OrdinalType
Get the information associated with the minimal value.
getMinNumber() - Method in class table.IntegerType
Get the minimal value.
getMinNumber() - Method in class table.MetricType
Get the minimal value.
getMinNumber() - Method in class table.RealType
Get the minimal value.
getMinRaw() - Method in class table.DateType
Get the minimal value.
getMinRaw() - Method in class table.IntegerType
Get the minimal value.
getMinRaw() - Method in class table.RealType
Get the minimal value.
getMode() - Method in class table.TableView
Get the read mode.
getName() - Method in class table.ColType
Get the name of the type.
getName() - Method in class table.Column
Get the name of the column.
getName() - Method in class table.DateType
Get the name of the type.
getName() - Method in class table.IntegerType
Get the name of the type.
getName() - Method in class table.NominalType
Get the name of the type.
getName() - Method in class table.RealType
Get the name of the type.
getName() - Method in class table.StringType
Get the name of the type.
getName() - Method in class table.Table
Get the name of the table.
getNumberAt(int) - Method in class table.Column
Get the value of a column row as a number.
getNumberAt(Object, int) - Method in class table.ColType
Get an array element as a number.
getNumberAt(Object, int) - Method in class table.IntegerType
Get an array element as a number.
getNumberAt(Object, int) - Method in class table.RealType
Get an array element as a number.
getOffset(int) - Method in class table.TableMapper
Get the offset to the first element a column is mapped to.
getOutputCount() - Method in class table.TableMapper
Get the number of output elements.
getRowCount() - Method in class table.Column
Get the number of rows of the column.
getRowCount() - Method in class table.Table
Get the number of rows of the table.
getStorageClass() - Method in class table.ColType
Get the class used to store values of this type.
getStorageClass() - Method in class table.DateType
Get the class used to store values of this type, that is, long.class.
getStorageClass() - Method in class table.IntegerType
Get the class used to store values of this type.
getStorageClass() - Method in class table.NominalType
Get the class used to store values of this type, that is, int.class.
getStorageClass() - Method in class table.RealType
Get the class used to store values of this type, that is, double.class.
getStorageClass() - Method in class table.StringType
Get the class used to store values of this type.
getStringAt(int) - Method in class table.Column
Get the value of a column row as a string.
getStringAt(int, int) - Method in class table.Table
Get the value of a table cell as a string.
getStringAt(Object, int) - Method in class table.ColType
Get an array element as a string.
getStringAt(Object, int) - Method in class table.DateType
Get an array element as a string.
getStringAt(Object, int) - Method in class table.IntegerType
Get an array element as a string.
getStringAt(Object, int) - Method in class table.NominalType
Get an array element as a string.
getStringAt(Object, int) - Method in class table.RealType
Describe an array element as a string.
getStringAt(Object, int) - Method in class table.StringType
Get an array element as a string.
getTable() - Method in class table.DomainsFinder
Get the table used for determining the domains.
getTable() - Method in class table.TableMapper
Get the underlying table.
getTable() - Method in class table.TableView
Get the currently displayed table.
getTarget() - Method in class table.TableMapper
Get the target column.
getTargetId() - Method in class table.TableMapper
Get the target column id.
getType() - Method in class table.Column
Get the type of the column.
getType() - Method in class table.DefaultEditor
Get the edited type.
getType() - Method in class table.IntegerEditor
Get the edited type.
getType() - Method in class table.NominalEditor
Get the edited nominal type.
getType() - Method in class table.RealEditor
Get the edited type.
getType() - Method in class table.TypeEditor
Get the edited type.
getTypeClass(int) - Static method in class table.ColType
Get type class for a type identifier.
getTypeClass(String) - Static method in class table.ColType
Get type class for a name.
getTypeCount() - Static method in class table.ColType
Get the number of types.
getTypeEditor(String) - Static method in class table.DomainsEditor
Get a type editor.
getTypeEditor(ColType) - Static method in class table.DomainsEditor
Get a type editor.
getTypeId(String) - Static method in class table.ColType
Get identifier for a type name.
getTypeId(ColType) - Static method in class table.ColType
Get identifier for a type.
getTypeName(int) - Static method in class table.ColType
Get type name for a type identifier.
getValue(int) - Method in class table.ColType
Get the value associated with an identifier.
getValue(int) - Method in class table.Column
Get the value associated with an identifier.
getValue(int) - Method in class table.NominalType
Get a value given its identifier.
getValue(int) - Method in class table.OrdinalType
Get the value associated with an identifier.
getValueAt(int) - Method in class table.Column
Get the value of a column row as an object.
getValueAt(int, int) - Method in class table.Table
Get the value of a table cell as an object.
getValueAt(Object, int) - Method in class table.ColType
Get an array element as an object.
getValueAt(Object, int) - Method in class table.DateType
Get an array element as an object.
getValueAt(Object, int) - Method in class table.IntegerType
Get an array element as an object.
getValueAt(Object, int) - Method in class table.NominalType
Get an array element as an object.
getValueAt(Object, int) - Method in class table.RealType
Get an array element as an object.
getValueAt(Object, int) - Method in class table.StringType
Get an array element as an object.
getValueClass() - Method in class table.ColType
Get the class used to access values of this type.
getValueClass() - Method in class table.DateType
Get the class used to access values of this type, that is, Date.class.
getValueClass() - Method in class table.IntegerType
Get the class used to access values of this type.
getValueClass() - Method in class table.NominalType
Get the class used to access values of this type, that is, Object.class.
getValueClass() - Method in class table.RealType
Get the class used to access values of this type, that is, Double.class.
getValueClass() - Method in class table.StringType
Get the class used to access values of this type.
getValueCount() - Method in class table.ColType
Get the number of values.
getValueCount() - Method in class table.Column
Get the number of values.
getValueCount() - Method in class table.NominalType
Get the number of values.
getValueId(Object) - Method in class table.ColType
Get the identifier of a value.
getValueId(Object) - Method in class table.NominalType
Get the identifier of a value.
getVarName(int) - Method in class table.TableMapper
Get the name of a mapped variable.
getWeight() - Method in class table.Column
Get the weight of the column.

H

hasNulls() - Method in class table.Column
Check whether a column contains null values.

I

INPUTS - Static variable in class table.TableMapper
map only the input attributes
IntegerEditor - Class in table
Class for an editor for the range of values of integer-valued types.
IntegerEditor() - Constructor for class table.IntegerEditor
Create a integer range editor.
IntegerEditor(ColType) - Constructor for class table.IntegerEditor
Create an integer range editor.
IntegerType - Class in table
Class for integer types for data tables.
IntegerType() - Constructor for class table.IntegerType
Create an integer type.
IntegerType(int, int) - Constructor for class table.IntegerType
Create an integer type.
IntegerType(IntegerType) - Constructor for class table.IntegerType
Create a clone of an integer type.
isCellEditable(int, int) - Method in class table.Table
Returns whether a table cell is editable.
isNull(int) - Method in class table.Column
Check whether a column row is null.
isNull(Object, int) - Method in class table.ColType
Check whether an array element is null.
isNull(Object, int) - Method in class table.DateType
Check whether an array element is null.
isNull(Object, int) - Method in class table.IntegerType
Check whether an array element is null.
isNull(Object, int) - Method in class table.NominalType
Check whether an array element is null.
isNull(Object, int) - Method in class table.RealType
Check whether an array element is null.
isNull(Object, int) - Method in class table.StringType
Check whether an array element is null.

L

LOAD_ITEMS - Static variable in class table.TableView
mode flag: add menu items for loading tables
loadDomains(File) - Method in class table.DomainsEditor
Load the attribute domains to edit.
loadTable(File) - Method in class table.TableView
Load the table to display.

M

main(String[]) - Static method in class table.DomainsEditor
Main function for testing basic functionality.
main(String[]) - Static method in class table.Table
Main function for testing basic functionality.
main(String[]) - Static method in class table.TableMapper
Main function for testing basic functionality.
main(String[]) - Static method in class table.TableView
Main function for command line invocation.
mark - Variable in class table.Column
the marker of the column
MARKED - Static variable in class table.Table
read/write mode: read/write only marked columns (non-negative)
MARKED - Static variable in class table.TableMapper
map only marked columns (non-negative)
maxinfo - Variable in class table.OrdinalType
the information stored with the maximum value
MetricType - Class in table
Class for metric types for data tables.
MetricType() - Constructor for class table.MetricType
Create a metric type.
mininfo - Variable in class table.OrdinalType
the information stored with the minimum value
moveColumn(int, int) - Method in class table.Table
Move a column to a new position.
moveValue(int, int) - Method in class table.NominalType
Move a value, that is, change its identifier.

N

name - Variable in class table.Column
the name of the column
NODATA - Static variable in class table.Table
read mode: only adapt types, but do not load data
NOEXTEND - Static variable in class table.Table
read mode: do not add new columns (no extension)
NOHEADER - Static variable in class table.Table
read/write mode: no header present/do not write a header
NominalEditor - Class in table
Class for an editor for the values of nominal types.
NominalEditor() - Constructor for class table.NominalEditor
Create an editor for the values of nominal types.
NominalEditor(NominalType) - Constructor for class table.NominalEditor
Create an editor for the values of nominal types.
NominalType - Class in table
Class for nominal types for data tables.
NominalType() - Constructor for class table.NominalType
Create for a nominal type.
NominalType(Object[]) - Constructor for class table.NominalType
Create for a nominal type.
NominalType(NominalType) - Constructor for class table.NominalType
Create a clone of a nominal type.
NONULLS - Static variable in class table.Table
read mode: do not allow null values
NULL - Static variable in class table.DateType
a null value (of the storage class)
NULL - Static variable in class table.IntegerType
a null value (of the storage class)
NULL - Static variable in class table.NominalType
a null value (of the storage class)
NULL - Static variable in class table.RealType
a null value (of the storage class)
NULL - Static variable in class table.StringType
a null value (of the storage class)

O

OrdinalType - Class in table
Class for ordinal types for data tables.
OrdinalType() - Constructor for class table.OrdinalType
Create an ordinal type.

P

parse(String, Scanner) - Static method in class table.Table
Parse a table description.
parse(Scanner) - Static method in class table.Column
Parse a column description.
parseType(Scanner) - Static method in class table.ColType
Parse a type description.
parseType(Scanner) - Static method in class table.DateType
Parse a type description.
parseType(Scanner) - Static method in class table.IntegerType
Parse a type description.
parseType(Scanner) - Static method in class table.NominalType
Parse a type description.
parseType(Scanner) - Static method in class table.RealType
Parse a type description.
parseType(Scanner) - Static method in class table.StringType
Parse a type description.
parseValue(String) - Method in class table.ColType
Parse a value from a string.
parseValue(String) - Method in class table.DateType
Parse an instance from a string.
parseValue(String) - Method in class table.IntegerType
Parse an integer from a string.
parseValue(String) - Method in class table.NominalType
Parse an instance from a string.
parseValue(String) - Method in class table.RealType
Parse a double value from a string.
parseValue(String) - Method in class table.StringType
Parse a value from a string.
PROGRAM - Static variable in class table.DomainsEditor
mode flag: the viewer is a stand-alone program
PROGRAM - Static variable in class table.TableView
mode flag: the table viewer is a stand-alone program

R

read(TableReader) - Method in class table.Table
Read table from an input stream.
read(TableReader, int) - Method in class table.Table
Read a table from an input stream.
readHeader(TableReader) - Method in class table.Table
Read table header from an input stream.
readHeader(TableReader, int) - Method in class table.Table
Read table header from an input stream.
readRow(int, TableReader) - Method in class table.Table
Read a table row.
readRow(int, TableReader, int) - Method in class table.Table
Read a table row.
readRow(TableReader) - Method in class table.Table
Read a table row.
RealEditor - Class in table
Class for an editor for the range of values of real-valued types.
RealEditor() - Constructor for class table.RealEditor
Create a real range editor.
RealEditor(ColType) - Constructor for class table.RealEditor
Create an real range editor.
RealType - Class in table
Class for real-valued types for data tables.
RealType() - Constructor for class table.RealType
Create a real-valued type.
RealType(double, double) - Constructor for class table.RealType
Create a real-valued type.
RealType(RealType) - Constructor for class table.RealType
Create a clone of a real-valued type.
removeColumn(int) - Method in class table.Table
Remove a column from the table.
removeColumn(String) - Method in class table.Table
Remove a column from the table.
removeValue(int) - Method in class table.NominalType
Remove a value.
removeValue(Object) - Method in class table.NominalType
Remove a value.
renameColumn(int, String) - Method in class table.Table
Rename a column, that is, give it a new name.
reorderColumns(int[]) - Method in class table.Table
Reorder the columns of the table.
reorderValues(int[]) - Method in class table.NominalType
Reorder the values.
replaceValue(int, Object) - Method in class table.NominalType
Replace a value by another.
resize(int) - Method in class table.Column
Resize the value array of the column.
resize(int) - Method in class table.Table
Resize the table, that is, change the number of rows.
resize(int, boolean) - Method in class table.Column
Resize the value array of the column.
run() - Method in class table.DomainsEditor
Create the user interface.
run() - Method in class table.TableView
Create the user interface.

S

SAVE_ITEMS - Static variable in class table.TableView
mode flag: add menu items for saving tables
saveDomains(File) - Method in class table.DomainsEditor
Save the displayed attribute domains.
saveDomains(File) - Method in class table.TableView
Save domain descriptions of the displayed table.
saveTable(File) - Method in class table.TableView
Save the displayed table.
setAtt(int) - Method in class table.DomainsEditor
Set the attribute to edit.
setChars(String, String, String, String, String) - Method in class table.DomainsFinder
Set the format characters.
setColumnDir(int, int) - Method in class table.Table
Set the direction of a column given its index.
setColumnType(int, ColType) - Method in class table.Table
Set the type of a column given its index.
setColumnWeight(int, double) - Method in class table.Table
Set the weight of a column given its index.
setData(Object) - Method in class table.Column
Set the value array of the column.
setDir(int) - Method in class table.Column
Set the direction of the column.
setDomains(Table) - Method in class table.DomainsEditor
Set the attribute domains to edit.
setFormat(FormatPanel) - Method in class table.TableView
Set the data format.
setInfo(int, Object) - Method in class table.ColType
Set the additional information for a value given its identifier.
setInfo(int, Object) - Method in class table.Column
Set the information associated with a value or property.
setInfo(int, Object) - Method in class table.MetricType
Set the additional information for a value given its identifier.
setInfo(int, Object) - Method in class table.NominalType
Set the additional information for a value given its identifier.
setInfo(int, Object) - Method in class table.OrdinalType
Set the information associated with a value.
setInfo(Object, Object) - Method in class table.ColType
Set the additional information for a value.
setInfo(Object, Object) - Method in class table.Column
Set the information associated with a value.
setInfo(Object, Object) - Method in class table.MetricType
Set the additional information for a value.
setInfo(Object, Object) - Method in class table.NominalType
Set the additional information for a value.
setInfo(Object, Object) - Method in class table.OrdinalType
Get the information associated with a value.
setInput(String) - Method in class table.DomainsFinder
Set the table input file.
setInput(TableReader) - Method in class table.DomainsFinder
Set the table reader and read mode.
setMark(int) - Method in class table.Column
Set the marker value of the column.
setMaxInfo(Object) - Method in class table.OrdinalType
Set the information for the maximal value.
setMessage(String) - Method in class table.DomainsEditor
Set the message to display in the status line.
setMessage(String) - Method in class table.TableView
Set the message to display in the status line.
setMinInfo(Object) - Method in class table.OrdinalType
Set the information for the minimal value.
setMode(int) - Method in class table.DomainsFinder
Set the read mode.
setMode(int) - Method in class table.TableView
Set the read mode.
setName(String) - Method in class table.Table
Set the name of the table.
setNull(int) - Method in class table.Column
Set a column row to a null value.
setNull(int, int) - Method in class table.Column
Set a range of column rows to a null value.
setNull(Object, int) - Method in class table.ColType
Set an array element to a null value.
setNull(Object, int) - Method in class table.DateType
Set an array element to a null value.
setNull(Object, int) - Method in class table.IntegerType
Set an array element to a null value.
setNull(Object, int) - Method in class table.NominalType
Set an array element to a null value.
setNull(Object, int) - Method in class table.RealType
Set an array element to a null value.
setNull(Object, int) - Method in class table.StringType
Set an array element to a null value.
setNull(Object, int, int) - Method in class table.ColType
Set a range of array elements to a null value.
setNull(Object, int, int) - Method in class table.DateType
Set a range of array elements to a null value.
setNull(Object, int, int) - Method in class table.IntegerType
Set a range of array elements to a null value.
setNull(Object, int, int) - Method in class table.RealType
Set a range of array elements to a null value.
setNull(Object, int, int) - Method in class table.StringType
Set a range of array elements to a null value.
setOps(int) - Method in class table.DomainsFinder
Set additional operations.
setOutput(Writer) - Method in class table.DomainsFinder
Set the output file writer.
setOutput(String) - Method in class table.DomainsFinder
Set the output file.
setTable(Table) - Method in class table.TableView
Set the table to display.
setTarget(int) - Method in class table.TableMapper
Set the target column.
setType(ColType) - Method in class table.Column
Set the type of the column, that is, convert its type.
setType(ColType) - Method in class table.DefaultEditor
Set the type to edit.
setType(ColType) - Method in class table.IntegerEditor
Set the type to edit.
setType(ColType) - Method in class table.NominalEditor
Set the nominal type to edit.
setType(ColType) - Method in class table.RealEditor
Set the type to edit.
setType(ColType) - Method in class table.TypeEditor
Set the type to edit.
setValueAt(Object, int) - Method in class table.Column
Set the value of a column row from an object.
setValueAt(Object, int, int) - Method in class table.Table
Set the value of a table cell from an object.
setValueAt(Object, int, Object) - Method in class table.ColType
Set an array element from an object.
setValueAt(Object, int, Object) - Method in class table.DateType
Set an array element from an object.
setValueAt(Object, int, Object) - Method in class table.IntegerType
Set an array element from an object.
setValueAt(Object, int, Object) - Method in class table.NominalType
Set an array element from a string.
setValueAt(Object, int, Object) - Method in class table.RealType
Set an array element from an object.
setValueAt(Object, int, Object) - Method in class table.StringType
Set an array element from an object.
setWeight(double) - Method in class table.Column
Set the weight of the column.
sort() - Method in class table.NominalType
Sort the values by their string representation.
sort(Comparator<Object>) - Method in class table.NominalType
Sort the values.
sortColumns() - Method in class table.Table
Sort the columns of the table by name.
sortColumns(Comparator<Object>) - Method in class table.Table
Sort the columns of the table.
sortType() - Method in class table.Column
Sort the values of the column type by their string description.
sortType(Comparator<Object>) - Method in class table.Column
Sort the values of the column type.
sortTypes() - Method in class table.Table
Sort the values of the nominal columns.
sortTypes(Comparator<Object>) - Method in class table.Table
Sort the values of the nominal columns.
SORTVALS - Static variable in class table.DomainsFinder
operation: sort nominal attribute values
StringType - Class in table
Class for string types for data tables.
StringType() - Constructor for class table.StringType
Create a string type.
StringType(StringType) - Constructor for class table.StringType
Create a clone of a string type.
sum(Object, Object) - Method in class table.IntegerType
Sum two values.
sum(Object, Object) - Method in class table.MetricType
Sum two values.
sum(Object, Object) - Method in class table.RealType
Sum two values.

T

table - package table
 
Table - Class in table
Class for data tables.
Table() - Constructor for class table.Table
Create a data table.
Table(String) - Constructor for class table.Table
Create a data table.
TableMapper - Class in table
Class for mapping data table rows to real-valued vectors.
TableMapper(Table) - Constructor for class table.TableMapper
Create a data table mapper.
TableMapper(Table, int) - Constructor for class table.TableMapper
Create a data table mapper.
TableView - Class in table
Class for a simple table viewer.
TableView(int) - Constructor for class table.TableView
Create a simple table viewer.
TableView(Component, int) - Constructor for class table.TableView
Create a simple table viewer.
TARGET - Static variable in class table.TableMapper
map only the target attribute
toString() - Method in class table.ColType
Create a string description.
toString() - Method in class table.Column
Create a string description of the column type.
toString() - Method in class table.DateType
Create a string description.
toString() - Method in class table.IntegerType
Create a string description.
toString() - Method in class table.NominalType
Create a string description.
toString() - Method in class table.RealType
Create a string description.
toString() - Method in class table.Table
Create a string description of the table type.
toString(String) - Method in class table.Table
Create a string description of the table type.
type - Variable in class table.Column
the type of the column
type - Variable in class table.TypeEditor
the type to edit
TypeEditor - Class in table
Class for an editor for the values of types.
TypeEditor() - Constructor for class table.TypeEditor
Create a type editor.

V

VERBOSE - Static variable in class table.Table
read/write mode: verbose message output (print tuple counter)
VERSION - Static variable in class table.DomainsEditor
the version string
VERSION - Static variable in class table.TableView
the version string
VIEW_ITEMS - Static variable in class table.TableView
mode flag: add menu items for visualization

W

weight - Variable in class table.Column
the weight of the column
WEIGHT - Static variable in class table.Table
read/write mode: tuple weight in last field (currently unused)
WEIGHTS - Static variable in class table.DomainsEditor
mode flag: show weight column
write(TableWriter) - Method in class table.Table
Write the table.
write(TableWriter, int) - Method in class table.Table
Write the table.
writeHeader(TableWriter) - Method in class table.Table
Write a table header.
writeHeader(TableWriter, int) - Method in class table.Table
Write a table header.
writeRow(int, TableWriter) - Method in class table.Table
Write a table row.
writeRow(int, TableWriter, int) - Method in class table.Table
Write a table row.
A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form