Uses of Class
org.biojava.bio.symbol.PointLocation
-
Packages that use PointLocation Package Description org.biojavax.ga.functions GA functions -
-
Uses of PointLocation in org.biojavax.ga.functions
Methods in org.biojavax.ga.functions that return PointLocation Modifier and Type Method Description PointLocation[]
GACross. getCrossOverPositions()
Returns the collection of cross over locations from the last crossPointLocation[]
GACrossResult. getCrossOverPositions()
Returns the collection of cross over locations from the last crossPointLocation[]
SimpleGACrossResult. getCrossOverPositions()
Constructors in org.biojavax.ga.functions with parameters of type PointLocation Constructor Description SimpleGACrossResult(PointLocation[] crossOverPositions, SymbolList[] chromosomes)
-