org.thalia.bio.util
Class BioLocusTypes

java.lang.Object
  extended by org.thalia.bio.util.BioLocusTypes

public final class BioLocusTypes
extends java.lang.Object

Author:
jveyrier TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
BioLocusTypes()
           
 
Method Summary
static IBioLocus[] extractLocus(IBioLocus[] loci, int type)
          This returns extracts in the given array of loci the locus which type matches the given one.
static int parseType(java.lang.String type)
           
static java.lang.String typeToString(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioLocusTypes

public BioLocusTypes()
Method Detail

parseType

public static int parseType(java.lang.String type)

typeToString

public static java.lang.String typeToString(int type)

extractLocus

public static IBioLocus[] extractLocus(IBioLocus[] loci,
                                       int type)
This returns extracts in the given array of loci the locus which type matches the given one.

Parameters:
loci -
type -
Returns: