public final class DataDictionary extends Object implements DataProviderDictionary
int keyFlag is associated with every tree node to tell how to extract path and key from the full path:
| Constructor and Description |
|---|
DataDictionary(DataProviderDictionary other) |
DataDictionary(List<DataProviderInfo> data) |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.utilities.taitime.CCSTimeStamp |
getCCSTimeStamp()
Deprecated.
|
List<DataProviderInfo> |
getDataProviderDescriptionsForGroup(String group)
Deprecated.
|
DataProviderInfo |
getDataProviderInfoForPath(String path)
Get the DataProviderInfo definition for the provided path.
|
List<DataProviderInfo> |
getDataProviderInfos() |
Set<String> |
getGroups()
Deprecated.
|
static void |
main(String... args) |
public DataDictionary(DataProviderDictionary other)
public DataDictionary(List<DataProviderInfo> data)
public List<DataProviderInfo> getDataProviderInfos()
getDataProviderInfos in interface DataProviderDictionarypublic DataProviderInfo getDataProviderInfoForPath(String path)
DataProviderDictionarygetDataProviderInfoForPath in interface DataProviderDictionarypath - The path for the desired DataProviderInfo@Deprecated public Set<String> getGroups()
getGroups in interface DataProviderDictionary@Deprecated public List<DataProviderInfo> getDataProviderDescriptionsForGroup(String group)
getDataProviderDescriptionsForGroup in interface DataProviderDictionary@Deprecated public org.lsst.ccs.utilities.taitime.CCSTimeStamp getCCSTimeStamp()
DataProviderDictionarygetCCSTimeStamp in interface DataProviderDictionarypublic static void main(String... args)
Copyright © 2022 LSST. All rights reserved.