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, String arrayID, int[] location)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArrayID()
Returns the array ID.URL
getDataFile()
URL
getLabel()
int[]
getLocation()
-