Class DAFArray


  • public class DAFArray
    extends Object
    Represents a single array in a DAF file, including its name, summary, and elements.
    Since:
    XX.XX
    Author:
    Rafael Ayala
    • Constructor Detail

      • DAFArray

        public DAFArray​(String arrayName,
                        DAFArraySummary arraySummary,
                        List<Double> arrayElements)
        Simple constructor.
        Parameters:
        arrayName - name of the array
        arraySummary - summary of the array
        arrayElements - list of array elements
    • Method Detail

      • getArrayName

        public String getArrayName()
        Get the array name.
        Returns:
        array name
      • getArraySummary

        public DAFArraySummary getArraySummary()
        Get the array summary.
        Returns:
        array summary
      • getArrayElements

        public List<Double> getArrayElements()
        Get the array elements.
        Returns:
        list of array elements