Hyades Datapool Specification
A C D G I L M O R S T U V

D

DatapoolAdapter - class org.eclipse.hyades.edit.datapool.DatapoolAdapter.
Default implementation of the IDatapoolListener class.
DatapoolAdapter() - Constructor for class org.eclipse.hyades.edit.datapool.DatapoolAdapter
 
DatapoolException - exception org.eclipse.hyades.execution.runtime.datapool.DatapoolException.
Exceptions of this type are thrown when errant actions are performed on IDatapool objects.
DatapoolException() - Constructor for class org.eclipse.hyades.execution.runtime.datapool.DatapoolException
 
DatapoolException(String) - Constructor for class org.eclipse.hyades.execution.runtime.datapool.DatapoolException
 
datapoolReordered(IDatapool) - Method in class org.eclipse.hyades.edit.datapool.DatapoolAdapter
 
datapoolReordered(IDatapool) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolListener
 
dpBoolean(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current record and the specified record index is returned.
dpBoolean(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the boolean value in the cell in the current row and the specified variable name is returned.
dpByte(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the byte value in the cell in the current record and the specified record index is returned.
dpByte(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the byte value in the cell in the current row and the specified variable name is returned.
dpChar(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current record and the specified record index is returned.
dpChar(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the char value in the cell in the current row and the specified variable name is returned.
dpCurrent() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
The record currently available from this iterator for the associated instance of the datapool.
dpDone() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Returns true if the current iterator value is null.
dpDouble(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the double value in the cell in the current record and the specified record index is returned.
dpDouble(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the double value in the cell in the current row and the specified variable name is returned.
dpFloat(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the float value in the cell in the current record and the specified record index is returned.
dpFloat(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the float value in the cell in the current row and the specified variable name is returned.
dpInitialize(IDatapool, int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Initialize the iterator sequence from the specified datapool object.
dpInitialize(IDatapool) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
This method acts the same way as dpInitialize with equivalence class specification except that default equivalence class is used.
dpInt(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current record and the specified record index is returned.
dpInt(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the int value in the cell in the current row and the specified variable name is returned.
dpLong(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the long value in the cell in the current record and the specified record index is returned.
dpLong(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the long value in the cell in the current row and the specified variable name is returned.
dpNext() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Increments the iterator associated with an instance of the datapool.
dpReset() - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Restart the iterator associated with an instance of the datapool.
dpShort(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the short value in the cell in the current record and the specified record index is returned.
dpShort(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the short value in the cell in the current row and the specified variable name is returned.
dpString(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the String value in the cell in the current record and the specified record index is returned.
dpString(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the String value in the cell in the current record and the specified variable name is returned.
dpValue(int) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the value in the cell in the current record and the specified record index is returned.
dpValue(String) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator
Shortcut to the value in the cell in the current record and the specified variable name is returned.

A C D G I L M O R S T U V
Hyades DPL