Interface Point

All Known Implementing Classes:
ArrayPoint, IdealPoint, NadirPoint

public interface Point
Interface representing a point
Author:
Antonio J. Nebro
  • Method Summary

    Modifier and Type Method Description
    int getDimension()  
    double getValue​(int index)  
    double[] getValues()  
    void set​(double[] point)  
    void setValue​(int index, double value)  
    void update​(double[] point)  
  • Method Details

    • getDimension

      int getDimension()
    • getValues

      double[] getValues()
    • getValue

      double getValue​(int index)
    • setValue

      void setValue​(int index, double value)
    • update

      void update​(double[] point)
    • set

      void set​(double[] point)