Uses of Interface
org.lsst.ccs.config.ParameterFilter

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

Uses of ParameterFilter in org.lsst.ccs.config
 

Fields in org.lsst.ccs.config declared as ParameterFilter
static ParameterFilter SubsystemDescription.DEFAULT_TREE_PARAMETER_FILTER
          Default filter for parameters: gets rid of all parameters that are references to other components and considers that a parameter with name "name" is out.
 

Methods in org.lsst.ccs.config with parameters of type ParameterFilter
static SubsystemDescription Factories.createSubsystemDescription(String subsystemName, String tag, String user, String version, Serializable configurationData, DataFlavour dataFlavour, ParameterFilter filter)
          creates a new SubsystemDescription populated with "empty" ParameterDescriptions.
 Collection<ParameterBase> SubsystemDescription.getBaseParameters(ParameterFilter filter)
          gets the base parameters from a description
 Collection<ParameterDescription> SubsystemDescription.getPossibleDescriptions(int maxLevel, ParameterFilter filter)
          Loks like the getBaseParameters but builds a collection of ParameterDescription.
static Collection<ParameterDescription> SubsystemDescription.parameterDescriptionsFromNode(org.lsst.gruth.jutils.ComponentNode node, ParameterFilter filter, int maxLevel)
           
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.
static void SubsystemDescription.populateParameterBasesFromTop(Collection<ParameterBase> list, org.lsst.gruth.jutils.ComponentNode topNode, ParameterFilter filter)
          "tree-walker" to populate ParameterBase collection
static void SubsystemDescription.populateParameterDescriptionsFromTop(Collection<ParameterDescription> list, org.lsst.gruth.jutils.ComponentNode topNode, ParameterFilter filter, int maxLevel)
           
 



Copyright © 2013 LSST. All Rights Reserved.