Uses of Class
com.compomics.util.experiment.identification.protein_inference.proteintree.Node

Packages that use Node
com.compomics.util.experiment.identification.protein_inference.proteintree   
 

Uses of Node in com.compomics.util.experiment.identification.protein_inference.proteintree
 

Methods in com.compomics.util.experiment.identification.protein_inference.proteintree that return Node
 Node ProteinTreeComponentsFactory.getNode(String tag)
          Retrieves the node of the given tag.
 Node Node.getSubNode(String sequence)
          Returns the subnode associated to an amino acid sequence.
 

Methods in com.compomics.util.experiment.identification.protein_inference.proteintree that return types with arguments of type Node
 HashMap<Character,Node> Node.getSubtree()
          Returns the subtree.
 

Methods in com.compomics.util.experiment.identification.protein_inference.proteintree with parameters of type Node
 void ProteinTreeComponentsFactory.saveNode(String tag, Node node)
          Adds a node to the database.
 



Copyright © 2013. All Rights Reserved.