| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
ParameterBase |
ParameterDescription.getParameterBase() |
| 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) |
| 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.