net.sourceforge.cilib.bioinf.rnaprediction
Class NucleotideString

java.lang.Object
  extended by net.sourceforge.cilib.bioinf.rnaprediction.NucleotideString

public final class NucleotideString
extends Object

Author:
marais Class which holds the global nucleotide string copy we are folding.

Field Summary
 RNAConformation knownConf
           
 int[] knownStructure
           
 String nucleotideString
           
 
Method Summary
static NucleotideString getInstance()
           
 RNAConformation getKnowConf()
           
 int[] getKnownStructure()
           
 String getNucleotideString()
           
 void setKnowStructure(int[] struct)
           
 void setNucleotideString(String nucs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nucleotideString

public String nucleotideString

knownStructure

public int[] knownStructure

knownConf

public RNAConformation knownConf
Method Detail

getInstance

public static NucleotideString getInstance()

setNucleotideString

public void setNucleotideString(String nucs)

getNucleotideString

public String getNucleotideString()

setKnowStructure

public void setKnowStructure(int[] struct)

getKnownStructure

public int[] getKnownStructure()

getKnowConf

public RNAConformation getKnowConf()


Copyright © 2009 CIRG. All Rights Reserved.