jas.jds.module
Interface DIM

All Superinterfaces:
AbstractDIM

public interface DIM
extends AbstractDIM

A data interace module used by server-based data modules. The DIM interface is for simple modules that only need to provide one level of data set heirarchy. Data Interface Modules needing multiple levels of heirarchy should implement DIM2 instead.

See Also:
DIM2

Method Summary
 java.util.Vector getDataSets()
          Returns a Vector of strings, each representing a data set available through this module.
 
Methods inherited from interface jas.jds.module.AbstractDIM
openDataSet
 

Method Detail

getDataSets

public java.util.Vector getDataSets()
Returns a Vector of strings, each representing a data set available through this module.