|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.models.common.datapool.impl.DatapoolIteratorImpl_Private_Base
org.eclipse.hyades.models.common.datapool.impl.DatapoolIteratorImpl_Shared_ExtSequential
public class DatapoolIteratorImpl_Shared_ExtSequential
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator |
|---|
RANDOM_SEED, WRAP |
| Method Summary | |
|---|---|
boolean |
dpDone()
Returns true if the current iterator
value is null. |
void |
dpInitialize(IDatapool datapool)
This method acts the same way as dpInitialize with equivalence class specification
except that default
equivalence class is used. |
void |
dpInitialize(IDatapool datapool,
int equivalenceClassIndex)
Initialize the iterator sequence from the specified datapool object. |
void |
dpNext()
Increments the iterator associated with an instance of the datapool. |
void |
dpReset()
Restart the iterator associated with an instance of the datapool. |
static DatapoolIteratorImpl_Shared_ExtSequential |
getInstance()
|
java.lang.Object |
getProperty(java.lang.String propertyName)
Returns the Object associated with the specified property name. |
void |
setProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Sets the property with the specified name with a value captued in the Object. |
| Methods inherited from class org.eclipse.hyades.models.common.datapool.impl.DatapoolIteratorImpl_Private_Base |
|---|
dpBoolean, dpBoolean, dpByte, dpByte, dpChar, dpChar, dpCurrent, dpDouble, dpDouble, dpFloat, dpFloat, dpInt, dpInt, dpLong, dpLong, dpShort, dpShort, dpString, dpString, dpValue, dpValue, getDatapool |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator |
|---|
dpBoolean, dpBoolean, dpByte, dpByte, dpChar, dpChar, dpCurrent, dpDouble, dpDouble, dpFloat, dpFloat, dpInt, dpInt, dpLong, dpLong, dpShort, dpShort, dpString, dpString, dpValue, dpValue, getDatapool |
| Method Detail |
|---|
public static DatapoolIteratorImpl_Shared_ExtSequential getInstance()
public void dpInitialize(IDatapool datapool,
int equivalenceClassIndex)
dpInitialize in interface IDatapoolIteratordatapool - The datapool to iterate over.equivalenceClassIndex - The zero-based index of the equivalence
class that should be iterated over. If this value
is negative then all records in the datapool should be
will be available to the iterator.public void dpInitialize(IDatapool datapool)
dpInitialize with equivalence class specification
except that default
equivalence class is used.
dpInitialize in interface IDatapoolIteratordatapool - The datapool to iterate over.public boolean dpDone()
true if the current iterator
value is null.
dpDone in interface IDatapoolIteratorDatapoolIteratorImpl_Private_Base.dpCurrent(),
dpNext(),
dpReset()public void dpNext()
dpNext in interface IDatapoolIteratorDatapoolIteratorImpl_Private_Base.dpCurrent(),
dpDone(),
dpReset()public void dpReset()
dpReset in interface IDatapoolIteratorDatapoolIteratorImpl_Private_Base.dpCurrent(),
dpDone(),
dpNext()public java.lang.Object getProperty(java.lang.String propertyName)
Object associated with the specified property name.
getProperty in interface IDatapoolIteratorpropertyName -
Object assoicated with the specified property name.
public void setProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Object.
setProperty in interface IDatapoolIteratorpropertyName - propertyValue -
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||