| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
ParameterBase |
ParameterDescription.getParameterBase() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterBase> |
SubsystemDescription.getBaseParameters()
get the base parameters using the default filter.
|
Collection<ParameterBase> |
SubsystemDescription.getBaseParameters(ParameterFilter filter)
gets the base parameters from a description
|
static Collection<ParameterBase> |
SubsystemDescription.parametersFromNode(DescriptiveNode node,
ParameterFilter filter)
gets the ParameterBase objects that describes arguments passed to the constructor
linked to a node of the configuration tree.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterDescription |
Factories.createParameterDescription(ParameterBase parameterBase,
String description,
String simpleName,
String constraints,
String category,
int level)
factory method to create a new ParameterDescription.
|
void |
DescriptionMismatchListener.mismatch(ParameterDescription oldDesc,
ParameterBase newBase,
Object diag) |
protected void |
ParameterDescription.setParameterBase(ParameterBase parameterBase) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SubsystemDescription.populateParameterBasesFromTop(Collection<ParameterBase> list,
DescriptiveNode topNode,
ParameterFilter filter)
"tree-walker" to populate ParameterBase collection
|
| Constructor and Description |
|---|
AParameterDescription(ParameterBase parameterBase,
String description,
String simpleName,
String constraints,
String category,
int level)
to be used to create a new Actual ParameterDescription from scratch or from another Actual ParameterDescription
(when changing level, or constraints, or simpleName, or description).
|
ParameterDescription(ParameterBase parameterBase)
builds a default Description out of a ParameterBase which is described in the original setup.
|
Copyright © 2015 LSST. All rights reserved.