| Package | Description |
|---|---|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationParameterInfo> |
ConfigurationInfo.getAllParameterInfo()
Returns a list of
ConfigurationParameterInfo. |
List<ConfigurationParameterInfo> |
ConfigurationInfo.getLatestChanges()
Returns a list of the recent changes caused by the
If a single change is processed, the returned list contains this change only.
|
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByCategory(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the category they belong to.
|
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByComponent(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the component they belong to.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByCategory(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the category they belong to.
|
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByComponent(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the component they belong to.
|
| Constructor and Description |
|---|
ConfigurationInfo(ConfigurationState configState,
String tagName,
Map<String,String> tags,
Map<String,Boolean> hasCategoryChanged,
List<ConfigurationParameterInfo> parametersView) |
ConfigurationInfo(ConfigurationState configState,
String tagName,
Map<String,String> tags,
Map<String,Boolean> hasCategoryChanged,
List<ConfigurationParameterInfo> parametersView,
List<String> recentChanges) |
Copyright © 2016 LSST. All rights reserved.