org.biojava.bio.structure.domain.pdp
Class PDPParameters

java.lang.Object
  extended by org.biojava.bio.structure.domain.pdp.PDPParameters

public class PDPParameters
extends Object


Field Summary
static float CUT_OFF_VALUE
           
static float CUT_OFF_VALUE1
           
static float CUT_OFF_VALUE1M
           
static float CUT_OFF_VALUE1S
           
static float CUT_OFF_VALUE2
           
static float DBL
           
static int ENDS
           
static int ENDSEND
           
static int MAX_CUTS
           
static int MAXCONT
           
static int MAXDOM
           
static int MAXLEN
           
static int MAXSIZE
           
static int MIN_DOMAIN_LENGTH
           
static float RG
           
static float RG1
           
static float TD
           
static float TD1
           
 
Constructor Summary
PDPParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXLEN

public static final int MAXLEN
See Also:
Constant Field Values

MAXDOM

public static final int MAXDOM
See Also:
Constant Field Values

MAX_CUTS

public static final int MAX_CUTS
See Also:
Constant Field Values

MAXSIZE

public static final int MAXSIZE
See Also:
Constant Field Values

MIN_DOMAIN_LENGTH

public static final int MIN_DOMAIN_LENGTH
See Also:
Constant Field Values

ENDS

public static final int ENDS
See Also:
Constant Field Values

ENDSEND

public static final int ENDSEND
See Also:
Constant Field Values

RG1

public static final float RG1
See Also:
Constant Field Values

RG

public static final float RG
See Also:
Constant Field Values

TD1

public static final float TD1
See Also:
Constant Field Values

TD

public static final float TD
See Also:
Constant Field Values

DBL

public static final float DBL
See Also:
Constant Field Values

MAXCONT

public static final int MAXCONT
See Also:
Constant Field Values

CUT_OFF_VALUE

public static final float CUT_OFF_VALUE
See Also:
Constant Field Values

CUT_OFF_VALUE1

public static final float CUT_OFF_VALUE1
See Also:
Constant Field Values

CUT_OFF_VALUE2

public static final float CUT_OFF_VALUE2
See Also:
Constant Field Values

CUT_OFF_VALUE1S

public static final float CUT_OFF_VALUE1S
See Also:
Constant Field Values

CUT_OFF_VALUE1M

public static final float CUT_OFF_VALUE1M
See Also:
Constant Field Values
Constructor Detail

PDPParameters

public PDPParameters()