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

I

IDatapool - interface org.eclipse.hyades.edit.datapool.IDatapool.
This class defines the primary interface to datapools.
IDatapool - interface org.eclipse.hyades.execution.runtime.datapool.IDatapool.
This class defines the primary interface to datapools.
IDatapoolCell - interface org.eclipse.hyades.edit.datapool.IDatapoolCell.
An element of a record within a datapool.
IDatapoolCell - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolCell.
An element of a record within a datapool.
IDatapoolEquivalenceClass - interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass.
An equivalence class is a logical grouping of records within a datapool.
IDatapoolEquivalenceClass - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolEquivalenceClass.
An equivalence class is a logical grouping of records within a datapool.
IDatapoolFactory - interface org.eclipse.hyades.edit.datapool.IDatapoolFactory.
A datapool factory manages the construction and sharing of IDatapool objects.
IDatapoolFactory - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolFactory.
A datapool factory manages the construction and sharing of IDatapool and IDatapoolIterator objects.
IDatapoolIterator - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator.
This class provides base level iteration support for datapools.
IDatapoolListener - interface org.eclipse.hyades.edit.datapool.IDatapoolListener.
 
IDatapoolRecord - interface org.eclipse.hyades.edit.datapool.IDatapoolRecord.
A logical grouping of values in a datapool.
IDatapoolRecord - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolRecord.
A logical grouping of values in a datapool.
IDatapoolSuggestedType - interface org.eclipse.hyades.edit.datapool.IDatapoolSuggestedType.
Each variable in a datapool contains a specific type data and this class represents the types that can be readily handled.
IDatapoolSuggestedType - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolSuggestedType.
Each variable in a datapool contains a specific type data and this class represents the types that can be readily handled.
IDatapoolVariable - interface org.eclipse.hyades.edit.datapool.IDatapoolVariable.
Each cell in a record has a unique variable association.
IDatapoolVariable - interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable.
Each cell in a record has a unique variable association.
INamedElement - interface org.eclipse.hyades.edit.datapool.INamedElement.
This class defines the base interface for all named elements.
INamedElement - interface org.eclipse.hyades.execution.runtime.datapool.INamedElement.
This class defines the base interface for all named elements.
insertEquivalenceClass(IDatapoolEquivalenceClass, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Insert the equivalence class at a supplied index.
insertRecord(IDatapoolRecord, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass
Insert the specified record before the zero based record index.
insertVariable(IDatapoolVariable, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Insert a variable before the variable at the specified zero based variable index.

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