Interface Front

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArrayFront

@Deprecated public interface Front extends Serializable
Deprecated.
A front is a list of points
Author:
Antonio J. Nebro
  • Method Details

    • getNumberOfPoints

      int getNumberOfPoints()
      Deprecated.
    • getPointDimensions

      int getPointDimensions()
      Deprecated.
    • getPoint

      Point getPoint(int index)
      Deprecated.
    • setPoint

      void setPoint(int index, Point point)
      Deprecated.
    • sort

      void sort(Comparator<Point> comparator)
      Deprecated.
    • getMatrix

      double[][] getMatrix()
      Deprecated.