jas2.jds.module
Interface DIM2
-
- All Superinterfaces:
- AbstractDIM
- All Known Implementing Classes:
- BasicServer, FlatFileServer
public interface DIM2 extends AbstractDIM
A data interace module used by server-based data modules. The DIM2 interface support multiple levels of data set heirarchy. Simple interface modules that only require one level of indirection can implement the simpler DIM interface instead.- See Also:
DIM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description TreeItem[]getDataSets(TreeItem base)Returns an array of TreeItem's which represent the level of heirarchy below the specified base.hepjas.analysis.EventSourceopenDataSet(TreeItem item)-
Methods inherited from interface jas2.jds.module.AbstractDIM
openDataSet
-
-
-
-
Method Detail
-
getDataSets
TreeItem[] getDataSets(TreeItem base)
Returns an array of TreeItem's which represent the level of heirarchy below the specified base.
-
openDataSet
hepjas.analysis.EventSource openDataSet(TreeItem item) throws ModuleException
- Throws:
ModuleException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG