gov.nasa.pds.citool.catalog
Class CatalogIndex
java.lang.Object
gov.nasa.pds.citool.catalog.CatalogIndex
public class CatalogIndex
- extends Object
Class that contains a mapping of various catalog objects
to an identifier, which gives the object a "unique name". This aides
in programatically determining if two catalog objects were meant to
be the same when doing a comparison function in the Catalog Ingest Tool.
- Author:
- mcayanan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogIndex
public CatalogIndex()
getIdentifier
public String getIdentifier(String type)
- Gets the identifier of the given type.
- Parameters:
type
- The catalog type (MISSION, REFERENCE, INSTRUMENT, etc.)
- Returns:
- The identifier.
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.