jmetal.qualityIndicator.fastHypervolume.wfg
Class Point

java.lang.Object
  extended by jmetal.qualityIndicator.fastHypervolume.wfg.Point

public class Point
extends java.lang.Object

Created with IntelliJ IDEA. User: antelverde Date: 25/07/13 Time: 16:25 To change this template use File | Settings | File Templates.


Field Summary
 double[] objectives_
           
 
Constructor Summary
Point(double[] points)
           
Point(int dimension)
           
Point(Solution solution)
           
 
Method Summary
 int getNumberOfObjectives()
           
 double[] getObjectives()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

objectives_

public double[] objectives_
Constructor Detail

Point

public Point(int dimension)

Point

public Point(Solution solution)

Point

public Point(double[] points)
Method Detail

getNumberOfObjectives

public int getNumberOfObjectives()

getObjectives

public double[] getObjectives()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object