IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
org.eclipse.hyades.execution.runtime.datapool.IDatapool

Packages that use IDatapool
com.rational.test.ft.datapool   
com.rational.test.ft.script   
org.eclipse.hyades.edit.datapool The package org.eclipse.hyades.edit.datapool provides the extended datapool interface specification. 
org.eclipse.hyades.execution.runtime.datapool The package org.eclipse.hyades.execution.runtime.datapool provides the execution level datapool interface specification. 
 

Uses of IDatapool in com.rational.test.ft.datapool
 

Fields in com.rational.test.ft.datapool declared as IDatapool
protected  IDatapool BaseDatapoolIterator.datapool
           
 

Methods in com.rational.test.ft.datapool that return IDatapool
 IDatapool BaseDatapoolIterator.getDatapool()
           
 IDatapool DatapoolFactory.load(java.io.File dpFile, boolean sharedInstance)
           
 

Methods in com.rational.test.ft.datapool with parameters of type IDatapool
 void BaseDatapoolIterator.dpInitialize(IDatapool datapool)
           
 void BaseDatapoolIterator.dpInitialize(IDatapool datapool, int equivalenceClassIndex)
           
 java.lang.String DatapoolFactory.getLoadFileName(IDatapool datapool)
          Returns the file name for the datapool as it was loaded or null if the supplied datapool was not loaded from a file.
 boolean DatapoolFactory.iteratorExists(IDatapool datapool)
           
 IDatapoolIterator DatapoolFactory.open(IDatapool datapool, java.lang.String iteratorClassName)
           
 IDatapoolIterator DatapoolFactory.open(IDatapool datapool, java.lang.String iteratorClassName, boolean shareDatapoolIterator)
          Construct a datapool iterator based on the supplied datapool and iterator class name.
 void DatapoolFactory.setLoadFileName(IDatapool datapool, java.lang.String fileName)
          Update the file name for the datapool should be stored to by default.
 void DatapoolFactory.unload(IDatapool datapool)
           
 

Uses of IDatapool in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return IDatapool
 IDatapool DatapoolScriptSupport.getDatapool()
          The datapool being iterated over.
 

Methods in com.rational.test.ft.script with parameters of type IDatapool
 void DatapoolScriptSupport.dpInitialize(IDatapool datapool, int equivalenceClassIndex, int iterationCount)
          Initialization of the default datapool iterator used by this instance of RationalTestScript.
 

Uses of IDatapool in org.eclipse.hyades.edit.datapool
 

Subinterfaces of IDatapool in org.eclipse.hyades.edit.datapool
 interface IDatapool
          This class defines the primary interface to datapools.
 

Uses of IDatapool in org.eclipse.hyades.execution.runtime.datapool
 

Methods in org.eclipse.hyades.execution.runtime.datapool that return IDatapool
 IDatapool IDatapoolIterator.getDatapool()
          The datapool being iterated over.
 IDatapool IDatapoolEquivalenceClass.getDatapool()
          Access to the datapool that is the parent of this equivalence class.
 IDatapool IDatapoolFactory.load(java.io.File dpFile, boolean sharedInstance)
          Load the datapool from the specified file.
 

Methods in org.eclipse.hyades.execution.runtime.datapool with parameters of type IDatapool
 void IDatapoolIteratorExt.dpInitialize(IDatapool datapool)
          This method acts the same way as dpInitialize with equivalence class specification except that default equivalence class is used.
 void IDatapoolIterator.dpInitialize(IDatapool datapool)
          This method acts the same way as dpInitialize with equivalence class specification except that default equivalence class is used.
 void IDatapoolIteratorExt.dpInitialize(IDatapool datapool, int equivalenceClassIndex)
          Initialize the iterator sequence from the specified datapool object.
 void IDatapoolIterator.dpInitialize(IDatapool datapool, int equivalenceClassIndex)
          Initialize the iterator sequence from the specified datapool object.
 IDatapoolIterator IDatapoolFactory.open(IDatapool datapool, java.lang.String iteratorClassName)
          Return an iterator instance of the supplied iterator class.
 void IDatapoolFactory.unload(IDatapool datapool)
          Removes a reference to an instance of a datapool.