Hyades Datapool Specification

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

Packages that use IDatapoolSuggestedType
org.eclipse.hyades.edit.datapool   
org.eclipse.hyades.execution.runtime.datapool   
 

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

Subinterfaces of IDatapoolSuggestedType in org.eclipse.hyades.edit.datapool
 interface IDatapoolSuggestedType
          Each variable in a datapool contains a specific type data and this class represents the types that can be readily handled.
 

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

Methods in org.eclipse.hyades.execution.runtime.datapool that return IDatapoolSuggestedType
 IDatapoolSuggestedType IDatapoolVariable.getSuggestedType()
          The suggested type of the data associated with this variable.
 



Hyades DPL