org.lsst.ccs.config
Interface PathObject

All Known Implementing Classes:
ParameterBase, ParameterConfiguration, ParameterDescription, ParameterPath

public interface PathObject

Two objects with the same ParameterPath are unique in their category. The method would be used to fetch an object in a Set using another PathObject


Field Summary
static Comparator<PathObject> COMPARATOR
           
 
Method Summary
 ParameterPath getPath()
           
 

Field Detail

COMPARATOR

static final Comparator<PathObject> COMPARATOR
Method Detail

getPath

ParameterPath getPath()


Copyright © 2013 LSST. All Rights Reserved.