fr.orsay.lri.varna.models.treealign
Class RNATree.ConvertToTree

java.lang.Object
  extended by 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
           
 
Constructor Summary
RNATree.ConvertToTree(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
 

Field Detail

rna

private RNA rna

i

private int i
Constructor Detail

RNATree.ConvertToTree

public RNATree.ConvertToTree(RNA rna)
Method Detail

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