Hyades Datapool Specification

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

Packages that use IDatapool
org.eclipse.hyades.edit.datapool   
org.eclipse.hyades.execution.datapool   
 

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.datapool
 

Methods in org.eclipse.hyades.execution.datapool that return IDatapool
 IDatapool IDatapoolIterator.getDatapool()
          The datapool being iterated over.
 IDatapool IDatapoolFactory.load(java.io.File dpFile, boolean sharedInstance)
          Load the datapool from the specified file.
 

Methods in org.eclipse.hyades.execution.datapool with parameters of type IDatapool
 void IDatapoolIterator.dpInitialize(IDatapool datapool, int equivalenceClassIndex)
          Initialize the iterator sequence from the specified datapool object.
 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 IDatapoolFactory.unload(IDatapool datapool)
          Removes a reference to an instance of a datapool.
 IDatapoolIterator IDatapoolFactory.open(IDatapool datapool, java.lang.String iteratorClassName)
          Return an iterator instance of the supplied iterator class.
 



Hyades DPL