Package Array
Class ArrayParameters
java.lang.Object
Array.ArrayParameters
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWe keep a list of all the old arrays, but we only want to export the current array (index=0)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ArrayParameters
- Parameters:
arrayList
-
-
-
Method Details
-
getArrayList
- Returns:
- the arrayList
-
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 interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-