fr.orsay.lri.varna.models.treealign
Class RNATree.ConvertToTree
java.lang.Object
fr.orsay.lri.varna.models.treealign.RNATree.ConvertToTree
- Enclosing class:
- RNATree
private static class RNATree.ConvertToTree
- extends Object
Field Summary |
private int |
i
|
private RNA |
rna
|
Method Summary |
Tree<RNANodeValue> |
toTreeAux(int depth)
Starts at the current position i in the sequence and converts the sequence
to a tree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rna
private RNA rna
i
private int i
RNATree.ConvertToTree
public RNATree.ConvertToTree(RNA rna)
toTreeAux
public Tree<RNANodeValue> toTreeAux(int depth)
- Starts at the current position i in the sequence and converts the sequence
to a tree.
- Returns:
- the created tree