meshi.applications.corpus
Class MergeCorpora

java.lang.Object
  extended by meshi.util.MeshiProgram
      extended by meshi.applications.corpus.MergeCorpora

public class MergeCorpora
extends MeshiProgram


Field Summary
private static java.lang.String fileName
          A string with the name of the pdb file to minimize.
 
Fields inherited from class meshi.util.MeshiProgram
commandLine, name
 
Constructor Summary
MergeCorpora()
           
 
Method Summary
protected static void init(java.lang.String[] args)
          ================================= init ========================================= A static function for parsing of the command line arguments and assigning the variables commandsFileName, modelFileName and randomNumberSeed with the right inputs.
static void main(java.lang.String[] args)
           
 
Methods inherited from class meshi.util.MeshiProgram
about, debug, get2ndString, getb, getB, getd, getD, getFlag, getFlagedArgument, geti, getI, getOrderedArgument, getS, getS, initRandom, initRandom, initRandom, printGlobalTable, randomNumberGenerator, seed, tableGet, tableIncludes, tableSet, toString, verbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileName

private static java.lang.String fileName
A string with the name of the pdb file to minimize.

Constructor Detail

MergeCorpora

public MergeCorpora()
Method Detail

main

public static void main(java.lang.String[] args)

init

protected static void init(java.lang.String[] args)
================================= init ========================================= A static function for parsing of the command line arguments and assigning the variables commandsFileName, modelFileName and randomNumberSeed with the right inputs. Note that this static method is using parsing functions such as getOrderedArguments that are defined in MeshiProgram that MinimizeProtein inherits.