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 Summary
Constructors Constructor Description ArrayLocation(URL label, URL dataFile, int array, int[] location)Constructor. -
Method Summary
Modifier and Type Method Description intgetArray()URLgetDataFile()URLgetLabel()int[]getLocation()
-
Constructor Details
-
ArrayLocation
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
- Returns:
- the label.
-
getDataFile
- Returns:
- the data file.
-
getArray
public int getArray()- Returns:
- the array index.
-
getLocation
public int[] getLocation()- Returns:
- the array location.
-