Class LabelCacheEntry

java.lang.Object
gov.nasa.pds.tools.util.LabelCacheEntry

public class LabelCacheEntry extends Object
Cache of identifier data extracted from a parsed label, used to avoid re-parsing during the referential integrity phase. All lists are stored as unmodifiable defensive copies.
  • Constructor Details

  • Method Details

    • getLogicalIdentifiers

      public List<String> getLogicalIdentifiers()
    • getLidOrLidVidReferences

      public List<String> getLidOrLidVidReferences()
    • getContextAreaRefs

      public List<String> getContextAreaRefs()
    • getSuppressedLidVidErrors

      public List<String[]> getSuppressedLidVidErrors()