| 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(org.lsst.gruth.jutils.ComponentNode 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,
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,
org.lsst.gruth.jutils.ComponentNode topNode,
ParameterFilter filter)
"tree-walker" to populate ParameterBase collection
|
| Constructor and Description |
|---|
ParameterDescription(ParameterBase parameterBase)
builds a default Description out of a ParameterBase which is described in the original setup.
|
Copyright © 2014 LSST. All rights reserved.