net.sourceforge.cilib.bioinf.rnaprediction
Class StemGenerator.PivotString
java.lang.Object
net.sourceforge.cilib.bioinf.rnaprediction.StemGenerator.PivotString
- Enclosing class:
- StemGenerator
public class StemGenerator.PivotString
- extends Object
StemGenerator.PivotString
public StemGenerator.PivotString(String str,
boolean pivotOn)
length
public int length()
- Returns:
- the length of the overlapping part of the string
reset
public void reset()
hasNext
public boolean hasNext()
next
public boolean next()
getNucleotide
public char getNucleotide(int index)
getComplimentaryNucleotide
public char getComplimentaryNucleotide(int index)
get5prime
public int get5prime(int index)
get3prime
public int get3prime(int index)
canBind
public boolean canBind(int index)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009 CIRG. All Rights Reserved.