shared
Class Class_Id

java.lang.Object
  |
  +--shared.Class_Id

Deprecated. Use Java's instanceof operator.

public class Class_Id
extends java.lang.Object

This class contains the reference numbers for different inducers and classes.


Field Summary
static int AUTO_ID_BASE
          Deprecated. Define the base class ID for IDs which are automatically generated by the factory when no ID is provided.
static int CATEGORIZER_ID_BASE
          Deprecated. The base ID number for categorizers.
static int CENTROID_ID_BASE
          Deprecated. The base ID number for centroid classes.
static int class_id_h
          Deprecated. Defined base class IDs for class hierarchies.
static int DISCRETIZOR_ID_BASE
          Deprecated. The base ID number for discretizers.
static int HASH_TABLE_ID_BASE
          Deprecated. The base ID number for hash tables.
static int INDUCER_ID_BASE
          Deprecated. The base ID number for inducers.
static int SPLIT_SCORE_ID_BASE
          Deprecated. The base ID number for split scoring classes.
static int STAT_DATA_ID_BASE
          Deprecated. The base ID number for static data classes.
static int STATE_INFO_ID_BASE
          Deprecated. The base ID number for state information classes.
 
Constructor Summary
Class_Id()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

class_id_h

public static int class_id_h
Deprecated. 
Defined base class IDs for class hierarchies. Class IDs for actual classes are offsets from these.

CATEGORIZER_ID_BASE

public static int CATEGORIZER_ID_BASE
Deprecated. 
The base ID number for categorizers.

INDUCER_ID_BASE

public static int INDUCER_ID_BASE
Deprecated. 
The base ID number for inducers.

STATE_INFO_ID_BASE

public static int STATE_INFO_ID_BASE
Deprecated. 
The base ID number for state information classes.

SPLIT_SCORE_ID_BASE

public static int SPLIT_SCORE_ID_BASE
Deprecated. 
The base ID number for split scoring classes.

STAT_DATA_ID_BASE

public static int STAT_DATA_ID_BASE
Deprecated. 
The base ID number for static data classes.

DISCRETIZOR_ID_BASE

public static int DISCRETIZOR_ID_BASE
Deprecated. 
The base ID number for discretizers.

HASH_TABLE_ID_BASE

public static int HASH_TABLE_ID_BASE
Deprecated. 
The base ID number for hash tables.

CENTROID_ID_BASE

public static int CENTROID_ID_BASE
Deprecated. 
The base ID number for centroid classes.

AUTO_ID_BASE

public static int AUTO_ID_BASE
Deprecated. 
Define the base class ID for IDs which are automatically generated by the factory when no ID is provided. This value must be significantly larger than other ID bases.
Constructor Detail

Class_Id

public Class_Id()
Deprecated.