Serialized Form

  • Package table

    • Class table.ColType

      class ColType extends Object implements Serializable
      serialVersionUID:
      65537L
    • Class table.Column

      class Column extends Object implements Serializable
      serialVersionUID:
      65537L
      • Serialized Fields

        • dir
          int dir
          the direction of the column
        • mark
          int mark
          the marker of the column
        • name
          String name
          the name of the column
        • type
          ColType type
          the type of the column
        • weight
          double weight
          the weight of the column
    • Class table.DateType

      class DateType extends OrdinalType implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • curr
          long curr
          the current value of the type
        • fmt
          DateFormat fmt
          the date format (for parsing and describing)
        • max
          long max
          the maximal value
        • maxobj
          Date maxobj
          the maximal value
        • min
          long min
          the minimal value
        • minobj
          Date minobj
          the minimal value as an object
    • Class table.DefaultEditor

      class DefaultEditor extends TypeEditor implements Serializable
      serialVersionUID:
      65536L
    • Class table.DomainsEditor

      class DomainsEditor extends JFrame implements Serializable
      serialVersionUID:
      65539L
      • Serialized Fields

        • about
          dialog.AboutDialog about
          the "About..." dialog box
        • attid
          int attid
          the identifier of the current attribute
        • atts
          table.AttTable atts
          the attribute domains to edit
        • chooser
          JFileChooser chooser
          the file chooser
        • curr
          File curr
          the current domains file
        • ed
          TypeEditor ed
          the current type editor
        • editors
          TypeEditor[] editors
          the editors for the different types
        • main
          JPanel main
          the main panel
        • mode
          int mode
          the mode flags
        • owner
          Component owner
          the owner of this domain editor
        • stat
          JTextField stat
          the status bar for messages
        • table
          JTable table
          the table view for displaying the attributes
    • Class table.IntegerEditor

      class IntegerEditor extends TypeEditor implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • max
          JTextField max
          the input for the maximum value
        • min
          JTextField min
          the input for the minimum value
    • Class table.IntegerType

      class IntegerType extends MetricType implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • curr
          int curr
          the current value of the type
        • max
          int max
          the maximal value
        • maxobj
          Integer maxobj
          the minimal value as an object
        • min
          int min
          the minimal value
        • minobj
          Integer minobj
          the minimal value as an object
    • Class table.MetricType

      class MetricType extends OrdinalType implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • info
          util.IdMap info
          the information stored with values/value levels
    • Class table.NominalEditor

      class NominalEditor extends TypeEditor implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • table
          JTable table
          the table view for displaying the values
        • vals
          table.ValueTable vals
          the table model for displaying the values
    • Class table.NominalType

      class NominalType extends ColType implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • curr
          int curr
          the current value of the type
        • valmap
          util.IdMap valmap
          mapping between value names and value identifiers
    • Class table.OrdinalType

      class OrdinalType extends ColType implements Serializable
      serialVersionUID:
      65536L
    • Class table.RealEditor

      class RealEditor extends TypeEditor implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • max
          JTextField max
          the input for the maximum value
        • min
          JTextField min
          the input for the minimum value
    • Class table.RealType

      class RealType extends MetricType implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • curr
          double curr
          the current value of the type
        • max
          double max
          the maximal value
        • maxobj
          Double maxobj
          the minimal value as an object
        • min
          double min
          the minimal value
        • minobj
          Double minobj
          the minimal value as an object
    • Class table.StringType

      class StringType extends ColType implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • curr
          String curr
          the current value of the type
    • Class table.Table

      class Table extends AbstractTableModel implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • buf
          String[] buf
          the buffer for a first table record
        • colmap
          util.IdMap colmap
          the map for column names to column indices
        • name
          String name
          the name of the table
        • perm
          int[] perm
          the column permutation map
        • read
          boolean[] read
          the column read flags
        • rowcnt
          int rowcnt
          the number of rows of the data table
        • stop
          boolean stop
          whether an i/o operation has been aborted
    • Class table.TableMapper

      class TableMapper extends Object implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • cnts
          int[] cnts
          the number of vector elements per attribute
        • ids
          int[] ids
          the ids of the mapped columns
        • incnt
          int incnt
          the number of input vector elements
        • offs
          int[] offs
          the offset to the first vector element per attribute
        • one
          double one
          the value for 1-in-n encoding
        • outcnt
          int outcnt
          the number of output vector elements
        • tab
          Table tab
          the table to map
    • Class table.TableView

      class TableView extends JFrame implements Serializable
      serialVersionUID:
      65544L
      • Serialized Fields

        • about
          dialog.AboutDialog about
          the "About..." dialog box
        • chooser
          JFileChooser chooser
          the file chooser
        • curr
          File curr
          the current table file
        • format
          dialog.FormatDialog format
          the data format dialog box
        • items
          JMenuItem[] items
          the context sensitive menu items
        • mode
          int mode
          the mode flags
        • owner
          Component owner
          the owner of this table viewer
        • scroll
          JScrollPane scroll
          the scroll pane for the viewport
        • stat
          JTextField stat
          the status bar for messages
        • table
          Table table
          the displayed table
        • view
          JTable view
          the table view
    • Class table.TypeEditor

      class TypeEditor extends dialog.DialogPanel implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • type
          ColType type
          the type to edit