org.agmodel.bioinfo.antmap
Class LGFactory

java.lang.Object
  extended byorg.agmodel.bioinfo.antmap.LGFactory

public class LGFactory
extends java.lang.Object


Field Summary
static int CR_DIST
           
static java.lang.String CR_DIST_NAME
           
static int CR_LOD
           
static java.lang.String CR_LOD_NAME
           
static int CR_P
           
static java.lang.String CR_P_NAME
           
static int CR_R
           
static java.lang.String CR_R_NAME
           
static int ME_ALL
           
static java.lang.String ME_ALL_NAME
           
static int ME_NNL
           
static java.lang.String ME_NNL_NAME
           
 
Constructor Summary
LGFactory()
           
 
Method Summary
 java.lang.String getCriterionName(int criterion)
           
 GroupExtractor getGroupExtractor(SegDataBean segDataBean, int method, int criterion, double thresh, int n_min)
           
 int getMapFunction()
           
 java.lang.String getMethodName(int method)
           
 void setMapFunction(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ME_NNL

public static final int ME_NNL
See Also:
Constant Field Values

ME_ALL

public static final int ME_ALL
See Also:
Constant Field Values

CR_R

public static final int CR_R
See Also:
Constant Field Values

CR_DIST

public static final int CR_DIST
See Also:
Constant Field Values

CR_P

public static final int CR_P
See Also:
Constant Field Values

CR_LOD

public static final int CR_LOD
See Also:
Constant Field Values

ME_NNL_NAME

public static final java.lang.String ME_NNL_NAME
See Also:
Constant Field Values

ME_ALL_NAME

public static final java.lang.String ME_ALL_NAME
See Also:
Constant Field Values

CR_R_NAME

public static final java.lang.String CR_R_NAME
See Also:
Constant Field Values

CR_DIST_NAME

public static final java.lang.String CR_DIST_NAME
See Also:
Constant Field Values

CR_P_NAME

public static final java.lang.String CR_P_NAME
See Also:
Constant Field Values

CR_LOD_NAME

public static final java.lang.String CR_LOD_NAME
See Also:
Constant Field Values
Constructor Detail

LGFactory

public LGFactory()
Method Detail

getMethodName

public java.lang.String getMethodName(int method)

getCriterionName

public java.lang.String getCriterionName(int criterion)

getGroupExtractor

public GroupExtractor getGroupExtractor(SegDataBean segDataBean,
                                        int method,
                                        int criterion,
                                        double thresh,
                                        int n_min)

getMapFunction

public int getMapFunction()
Returns:

setMapFunction

public void setMapFunction(int i)
Parameters:
i -