Class ArrayLocation


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

      • ArrayLocation

        public ArrayLocation​(URL label,
                             URL dataFile,
                             String arrayID,
                             int[] location)
        Constructor.
        Parameters:
        label - The url to the label.
        dataFile - The url to the data file.
        array - The array ID (name or index when no name).
        location - The location.
    • Method Detail

      • getLabel

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

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

        public String getArrayID()
        Returns the array ID.
      • getLocation

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