Uses of Class
org.lsst.ccs.config.ParameterBase

Packages that use ParameterBase
org.lsst.ccs.config Overview 
 

Uses of ParameterBase in org.lsst.ccs.config
 

Methods in org.lsst.ccs.config that return ParameterBase
 ParameterBase ParameterDescription.getParameterBase()
           
 

Methods in org.lsst.ccs.config that return types with arguments of type ParameterBase
 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.
 

Methods in org.lsst.ccs.config with parameters of type ParameterBase
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)
           
 

Method parameters in org.lsst.ccs.config with type arguments of type ParameterBase
static void SubsystemDescription.populateParameterBasesFromTop(Collection<ParameterBase> list, org.lsst.gruth.jutils.ComponentNode topNode, ParameterFilter filter)
          "tree-walker" to populate ParameterBase collection
 

Constructors in org.lsst.ccs.config with parameters of type ParameterBase
ParameterDescription(ParameterBase parameterBase)
          builds a default Description out of a ParameterBase which is described in the original setup.
 



Copyright © 2013 LSST. All Rights Reserved.