Class ArrayLocation

java.lang.Object
gov.nasa.pds.tools.validate.content.array.ArrayLocation

public final class ArrayLocation
extends Object
Class that holds a specific location in an Array.
Author:
mcayanan
  • Constructor Details

    • ArrayLocation

      public ArrayLocation​(URL label, URL dataFile, int array, int[] location)
      Constructor.
      Parameters:
      label - The url to the label.
      dataFile - The url to the data file.
      array - The array index.
      location - The location.
  • Method Details

    • getLabel

      public URL getLabel()
      Returns:
      the label.
    • getDataFile

      public URL getDataFile()
      Returns:
      the data file.
    • getArray

      public int getArray()
      Returns:
      the array index.
    • getLocation

      public int[] getLocation()
      Returns:
      the array location.