ABLE 2.0.0 07/02/2003 10:25:01

Uses of Interface
com.ibm.able.data.AbleField

Packages that use AbleField
com.ibm.able.beans The BEANS package provides a set of interfaces and objects which implement components ranging from simple file i/o to intelligent learning algorithms. 
com.ibm.able.data The ABLE data package defines classes for literals (constants) and variables used in expressions holding Java and user-defined data types as well as operators which can be applied to them. 
 

Uses of AbleField in com.ibm.able.beans
 

Methods in com.ibm.able.beans that return AbleField
protected  AbleField AbleDataSet.createAbleField(AbleFieldDefinition definition)
          Construct a corresponding AbleField from an AbleFieldDefinition.
protected  AbleField AbleDBTable.createAbleField(AbleFieldDefinition definition)
          Construct a corresponding AbleField from an AbleFieldDefinition.
 

Uses of AbleField in com.ibm.able.data
 

Classes in com.ibm.able.data that implement AbleField
 class AbleCategoricalField
          Categorical fields are String fields with a finite set of possible values.
 class AbleContinuousField
          Continuous fields are numeric fields with an infinite set of possible values.
 class AbleDiscreteField
          Discrete fields are numeric fields with a finite set of possible values.
 class AbleGenericField
          AbleField defines a basic field for use in data sources and inferencing.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003