Uses of Class
gov.bnl.star.offline.scheduler.dataset.Dataset

Packages that use Dataset
gov.bnl.star.offline.scheduler.dataset Contains class for collecting and manipulating large datasets. 
gov.bnl.star.offline.scheduler.dataset.catalog Contains implementations of the catalog interface and sub classes. 
gov.bnl.star.offline.scheduler.dataset.datasetManipulators Contains class for manipulating large datasets. 
 

Uses of Dataset in gov.bnl.star.offline.scheduler.dataset
 

Methods in gov.bnl.star.offline.scheduler.dataset that return Dataset
 Dataset DatasetSubset.getDataset()
           
 

Methods in gov.bnl.star.offline.scheduler.dataset with parameters of type Dataset
static void EntryCounter.countAndPrint(Dataset dataset, boolean printChangeOnly)
          Print the total number of entries in the dataset to the screen.
 void DatasetSubset.setDataset(Dataset dataset)
           
 boolean SubsetValidator.validate(Dataset dataset)
          Returns the sum of all tested anded together.
 

Constructors in gov.bnl.star.offline.scheduler.dataset with parameters of type Dataset
DatasetSubset(int index, Dataset dataset)
          Creates a new instance of DatasetSubset
 

Uses of Dataset in gov.bnl.star.offline.scheduler.dataset.catalog
 

Methods in gov.bnl.star.offline.scheduler.dataset.catalog with parameters of type Dataset
 void Catalog.fillDataset(Dataset dataset, Request request)
           
 void STARCatalog.fillDataset(Dataset dataset, Request request)
           
 

Uses of Dataset in gov.bnl.star.offline.scheduler.dataset.datasetManipulators
 

Methods in gov.bnl.star.offline.scheduler.dataset.datasetManipulators with parameters of type Dataset
 void DatasetManipulator.modify(Dataset dataset, Request request)
          Used to pass the dataset to the dataset manipulator
 void DropMatchingRegX.modify(Dataset dataset, Request request)
          Used to pass the dataset to the dataset manipulator
 void SplitByRegX.modify(Dataset dataset, Request request)
          This function takes a an ordered list and splits makes on the boundary of dissimulator regular expression capture groups.
 void DropDuplicatesFromSortedList.modify(Dataset dataset, Request request)
          Used to pass the dataset to the dataset manipulator
 void SplitByMinMaxEntries.modify(Dataset dataset, Request request)
          Used to pass the dataset to the dataset manipulator
 void DropDuplicateRegX.modify(Dataset dataset, Request request)
          Used to pass the dataset to the dataset manipulator Note: This DatasetManipulator -will- reorder the order of entries
 void SortByRegX.modify(Dataset dataset, Request request)
          Used to pass the dataset to the dataset manipulator
 



Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.