Uses of Interface
org.uma.jmetal.util.point.Point
Packages that use Point
Package
Description
-
Uses of Point in org.uma.jmetal.util.legacy.front
Methods in org.uma.jmetal.util.legacy.front that return PointMethods in org.uma.jmetal.util.legacy.front with parameters of type PointMethod parameters in org.uma.jmetal.util.legacy.front with type arguments of type Point -
Uses of Point in org.uma.jmetal.util.legacy.front.impl
Fields in org.uma.jmetal.util.legacy.front.impl declared as PointMethods in org.uma.jmetal.util.legacy.front.impl that return PointMethods in org.uma.jmetal.util.legacy.front.impl with parameters of type PointMethod parameters in org.uma.jmetal.util.legacy.front.impl with type arguments of type Point -
Uses of Point in org.uma.jmetal.util.legacy.front.util
Methods in org.uma.jmetal.util.legacy.front.util with parameters of type PointModifier and TypeMethodDescriptionstatic doubleFrontUtils.distanceToClosestPoint(Point point, Front front) Deprecated.Gets the distance between a point and the nearest one in a given front.static doubleFrontUtils.distanceToClosestPoint(Point point, Front front, Distance<double[], double[]> distance) Deprecated.Gets the distance between a point and the nearest one in a given frontstatic doubleFrontUtils.distanceToNearestPoint(Point point, Front front) Deprecated.Gets the distance between a point and the nearest one in a front.static doubleFrontUtils.distanceToNearestPoint(Point point, Front front, Distance<double[], double[]> distance) Deprecated.Gets the distance between a point and the nearest one in a front. -
Uses of Point in org.uma.jmetal.util.point.comparator
Methods in org.uma.jmetal.util.point.comparator with parameters of type Point -
Uses of Point in org.uma.jmetal.util.point.impl
Classes in org.uma.jmetal.util.point.impl that implement PointModifier and TypeClassDescriptionclassClass representing a point (i.e, an array of double values)classd Class representing an ideal point (minimization is assumed)classClass representing a nadir point (minimization is assumed)Constructors in org.uma.jmetal.util.point.impl with parameters of type Point