Package Array

Class ArrayParameters

java.lang.Object
Array.ArrayParameters
All Implemented Interfaces:
Serializable, ManagedParameters

public class ArrayParameters extends Object implements Serializable, ManagedParameters
Parameters wrapper for array data. Shockingly, the current system just serializes an array list of recent arrays - ArrayList of PamArray's. Are now going to wrap that in a new class so that the stored class can do something creative with parameter management with the new PamParameterData classes.
Author:
dg50
See Also:
  • Field Details

  • Constructor Details

    • ArrayParameters

      public ArrayParameters(ArrayList<PamArray> arrayList)
      Parameters:
      arrayList -
  • Method Details

    • getArrayList

      public ArrayList<PamArray> getArrayList()
      Returns:
      the arrayList
    • getParameterSet

      public PamParameterSet getParameterSet()
      We keep a list of all the old arrays, but we only want to export the current array (index=0)
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.