fr.orsay.lri.varna.models.treealign
Interface GraphvizDrawableNodeValue

All Known Implementing Classes:
AlignedNode, RNANodeValue, RNANodeValue2, RNANodeValueTemplate, RNANodeValueTemplateBasePair, RNANodeValueTemplateBrokenBasePair, RNANodeValueTemplateSequence

public interface GraphvizDrawableNodeValue

A tree can be displayed using graphviz (using class TreeGraphviz) if the node values in the tree implement this interface.

Author:
Raphael Champeimont

Method Summary
 String toGraphvizNodeName()
          Returns a string that will be displayed on the node by graphviz.
 

Method Detail

toGraphvizNodeName

String toGraphvizNodeName()
Returns a string that will be displayed on the node by graphviz.