Uses of Class
org.biojava.bio.symbol.PointLocation

Packages that use PointLocation
org.biojavax.ga.functions GA functions 
 

Uses of PointLocation in org.biojavax.ga.functions
 

Methods in org.biojavax.ga.functions that return PointLocation
 PointLocation[] GACrossResult.getCrossOverPositions()
          Returns the collection of cross over locations from the last cross
 PointLocation[] GACross.getCrossOverPositions()
          Returns the collection of cross over locations from the last cross
 PointLocation[] SimpleGACrossResult.getCrossOverPositions()
           
 

Constructors in org.biojavax.ga.functions with parameters of type PointLocation
SimpleGACrossResult(PointLocation[] crossOverPositions, SymbolList[] chromosomes)