public class CategoryDataChain extends Object
| Constructor and Description |
|---|
CategoryDataChain(String category) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSingleCategoryTagData(SingleCategoryTagData tagData)
Add a SingleCategoryTagData to the chain of existing SingleCategoryTagData.
|
String |
getCategory()
Get the category for this CategoryDataChain.
|
Map<String,ConfigurationParameterTaggedValue> |
getConfigurationParameterTaggedValues()
Get a copy of the ConfiguraiontParameterTaggedValue map.
|
List<org.lsst.ccs.config.SingleCategoryTag> |
getSingleCategoryTagList() |
public CategoryDataChain(String category)
public void addSingleCategoryTagData(SingleCategoryTagData tagData)
tagData - The SingleCategoryTagData to be addedpublic String getCategory()
public Map<String,ConfigurationParameterTaggedValue> getConfigurationParameterTaggedValues()
public List<org.lsst.ccs.config.SingleCategoryTag> getSingleCategoryTagList()
Copyright © 2021 LSST. All rights reserved.