Class SourceInformation

java.lang.Object
org.eclipse.dawnsci.analysis.dataset.slicer.SourceInformation

public class SourceInformation extends Object
  • Constructor Details

    • SourceInformation

      public SourceInformation(String filePath, String datasetName, org.eclipse.january.dataset.ILazyDataset parent)
      Bean to store the information about the source of a dataset in the SliceFromSeriesMetadata
      Parameters:
      filePath - - the path to the data file
      datasetName - - the name of the parent dataset
      parent - - ILazydataset which the dataset containing this metadata comes from
    • SourceInformation

      public SourceInformation(String filePath, String datasetName, org.eclipse.january.dataset.ILazyDataset parent, boolean isLive)
  • Method Details

    • getParent

      public org.eclipse.january.dataset.ILazyDataset getParent()
    • getDatasetName

      public String getDatasetName()
    • getFilePath

      public String getFilePath()
    • clone

      public SourceInformation clone()
      Overrides:
      clone in class Object
    • isLive

      public boolean isLive()