Class VectorTable

  • java.lang.Object
    • org.qmul.eecs.c4dm.sia.model.VectorTable


  • public class VectorTable
    extends java.lang.Object
    • Constructor Detail

      • VectorTable

        public VectorTable()
    • Method Detail

      • getI

        public int getI(int i,
                        int j)
      • size

        public int size()
      • getVteList

        public java.util.List<VectorTableElement> getVteList()
        Returns:
        the vteList
      • setVteList

        public void setVteList(java.util.List<VectorTableElement> vteList)
        Parameters:
        vteList - the vteList to set
      • getNumDatapoints

        public int getNumDatapoints()
        Returns:
        the numDatapoints
      • setNumDatapoints

        public void setNumDatapoints(int numDatapoints)
        Parameters:
        numDatapoints - the numDatapoints to set