org.metaqtl.util
Class LocusProperties

java.lang.Object
  extended by org.metaqtl.util.LocusProperties

public final class LocusProperties
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
LocusProperties()
           
 
Method Summary
static int getMetaOccurence(IBioLocus locus)
           
static boolean isDubiousOrderLocus(IBioLocus locus)
          Returns true if the given locus has a property order.dubious set to one, false otherwise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocusProperties

public LocusProperties()
Method Detail

isDubiousOrderLocus

public static boolean isDubiousOrderLocus(IBioLocus locus)
Returns true if the given locus has a property order.dubious set to one, false otherwise

Parameters:
map -
Returns:

getMetaOccurence

public static int getMetaOccurence(IBioLocus locus)