'STRAP:multiple sequence alignments '

charite.christo.protein
Class FindUniprotID

java.lang.Object
  extended by charite.christo.protein.FindUniprotID

public class FindUniprotID
extends java.lang.Object


Field Summary
static long COMPUTE_IF_NO_UNIPROT_ID
           
static java.lang.String[] COMPUTING
           
static long FAST_METHODS
           
static long FETCH_AFTER
           
static long IF_UNIPROT_UNKNOWN
           
 
Constructor Summary
FindUniprotID()
           
 
Method Summary
static java.lang.String[] ids(Protein p)
           
static void load(long options, Protein[] pp, ChRunnable log)
           
static java.lang.String[] load1(long options, Protein p, ChRunnable log)
           
static java.lang.Thread thread_load(long options, Protein[] pp, ChRunnable log)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPUTING

public static final java.lang.String[] COMPUTING

COMPUTE_IF_NO_UNIPROT_ID

public static final long COMPUTE_IF_NO_UNIPROT_ID
See Also:
Constant Field Values

FETCH_AFTER

public static final long FETCH_AFTER
See Also:
Constant Field Values

IF_UNIPROT_UNKNOWN

public static final long IF_UNIPROT_UNKNOWN
See Also:
Constant Field Values

FAST_METHODS

public static final long FAST_METHODS
See Also:
Constant Field Values
Constructor Detail

FindUniprotID

public FindUniprotID()
Method Detail

thread_load

public static java.lang.Thread thread_load(long options,
                                           Protein[] pp,
                                           ChRunnable log)

load

public static void load(long options,
                        Protein[] pp,
                        ChRunnable log)

ids

public static java.lang.String[] ids(Protein p)

load1

public static java.lang.String[] load1(long options,
                                       Protein p,
                                       ChRunnable log)

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'