net.sourceforge.cilib.bioinf.rnaprediction
Class NucleotideString
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nucleotideString
public String nucleotideString
knownStructure
public int[] knownStructure
knownConf
public RNAConformation knownConf
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.