Class SourceInformation
java.lang.Object
org.eclipse.dawnsci.analysis.dataset.slicer.SourceInformation
-
Constructor Summary
ConstructorsConstructorDescriptionSourceInformation(String filePath, String datasetName, org.eclipse.january.dataset.ILazyDataset parent) Bean to store the information about the source of a dataset in the SliceFromSeriesMetadataSourceInformation(String filePath, String datasetName, org.eclipse.january.dataset.ILazyDataset parent, boolean isLive) -
Method Summary
-
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 filedatasetName- - the name of the parent datasetparent- - ILazydataset which the dataset containing this metadata comes from
-
SourceInformation
-
-
Method Details