|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleDataSource | |
---|---|
com.ibm.able | The com.ibm.able package provides core interfaces and base classes to construct local and remote AbleBeans and AbleAgents. |
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.rules | The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. |
Uses of AbleDataSource in com.ibm.able |
---|
Methods in com.ibm.able that return AbleDataSource | |
AbleDataSource |
AbleDefaultAgent.getDataSource()
|
AbleDataSource |
AbleRemoteAgent.getDataSource()
Returns the current active DataSource from the contained beans, null if none. |
AbleDataSource |
AbleAgent.getDataSource()
Returns the current active DataSource from the contained beans, null if none. |
Uses of AbleDataSource in com.ibm.able.beans |
---|
Classes in com.ibm.able.beans that implement AbleDataSource | |
class |
AbleAbstractImport
This abstract class provides common interfaces to import data sources for Able Beans. |
class |
AbleDBImport
This class provides Able beans with access to database data using JDBC interfaces. |
class |
AbleImport
This class provides Able beans with access to external text-file data. |
Methods in com.ibm.able.beans with parameters of type AbleDataSource | |
java.lang.Object[] |
AbleRadialBasisFunctionNet.generateFilters(AbleDataSource theDataSource)
Return a filter for converting data to a bean's input specifications, and a filter for converting a bean's output specifications back to the original coordinates. |
Uses of AbleDataSource in com.ibm.able.rules |
---|
Methods in com.ibm.able.rules with parameters of type AbleDataSource | |
static void |
ARL.assertDataSource(AbleWorkingMemory wm,
AbleDataSource dataSource,
java.lang.String className)
Assert all records in a data source into working memory. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |