|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.catalog.CatalogList
public class CatalogList
Class that is intended to find matching 'IDs' between two
objects found in a catalog file. 'IDs' in this context
means an attribute value that distinguishes multiple catalog
objects from each other. For example, REFERENCE objects
contain an attribute called REFERENCE_KEY_ID that makes the
object unique.
This class aids in programatically determining if two catalog
objects were meant to be the same when doing a comparison
function in the Catalog Ingest Tool.
Constructor Summary | |
---|---|
CatalogList(java.util.List<gov.nasa.pds.tools.label.ObjectStatement> catalogs)
Constructor |
Method Summary | |
---|---|
gov.nasa.pds.tools.label.ObjectStatement |
get(gov.nasa.pds.tools.label.Value id)
Returns a catalog object that contains the supplied id |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogList(java.util.List<gov.nasa.pds.tools.label.ObjectStatement> catalogs)
catalogs
- A list of catalog objects.Method Detail |
---|
public gov.nasa.pds.tools.label.ObjectStatement get(gov.nasa.pds.tools.label.Value id)
id
- The value that makes the catalog object unique.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |