| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<ParameterPath,AParameterDescription> |
ASubsystemDescription.paramDescriptions
the set containing the parameter descriptions
|
| Modifier and Type | Method and Description |
|---|---|
ParameterPath |
ParameterDescription.getPath() |
ParameterPath |
ParameterConfiguration.getPath() |
ParameterPath |
ParameterPath.getPath() |
ParameterPath |
PathObject.getPath() |
ParameterPath |
ParameterBase.getPath() |
static ParameterPath |
ParameterPath.valueOf(String pathString)
reverse operation from toString(): creates a ParameterPath from a String.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ParameterPath,? extends ParameterDescription> |
ASubsystemDescription.getParamDescriptionMap() |
abstract Map<ParameterPath,? extends ParameterDescription> |
SubsystemDescription.getParamDescriptionMap()
Detailed description of parameters that can be changed
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigProfile.getValueAt(ParameterPath path,
long date) |
| Constructor and Description |
|---|
ParameterBase(ParameterPath path,
String typeName,
String defaultValue) |
Copyright © 2015 LSST. All rights reserved.