org.strbio.app
Class JThreadText

java.lang.Object
  extended by org.strbio.app.JThreadText

public class JThreadText
extends java.lang.Object

Thread one or more proteins. Combined GUI and CLI version.

  Version 1.2T, 5/18/00 - text only version
  Version 1.2, 3/17/00 - more detailed output
  Version 1.1, 2/22/00 - added new threading method
  Version 1.0, 7/12/99 - original version
  

Version:
1.2T, 5/18/00
Author:
JMC

Field Summary
 ProfileSet p
           
 
Constructor Summary
JThreadText(java.lang.String[] argv)
           
 
Method Summary
protected  java.lang.String appDataPath()
          where is data for this app stored, relative to the app itself?
static void main(java.lang.String[] argv)
           
protected  ProfileSet newProfileSet()
           
protected  void setProteins(ProfilePSISet set)
           
protected  java.lang.String version()
          what's the version?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

public ProfileSet p
Constructor Detail

JThreadText

public JThreadText(java.lang.String[] argv)
Method Detail

newProfileSet

protected ProfileSet newProfileSet()

setProteins

protected void setProteins(ProfilePSISet set)

appDataPath

protected java.lang.String appDataPath()
where is data for this app stored, relative to the app itself?


version

protected java.lang.String version()
what's the version?


main

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