fr.orsay.lri.varna.models.templates
Class RNANodeValueTemplate
java.lang.Object
fr.orsay.lri.varna.models.templates.RNANodeValueTemplate
- All Implemented Interfaces:
- GraphvizDrawableNodeValue
- Direct Known Subclasses:
- RNANodeValueTemplateBasePair, RNANodeValueTemplateBrokenBasePair, RNANodeValueTemplateSequence
public abstract class RNANodeValueTemplate
- extends Object
- implements GraphvizDrawableNodeValue
An node from an RNA template is either a sequence of non-paired bases,
a base pair originally belonging to an helix,
or a single base originally belonging to an helix but which was broken
in order to remove pseudoknots.
- Author:
- Raphael Champeimont
RNANodeValueTemplate
public RNANodeValueTemplate()
toString
public String toString()
- Overrides:
toString
in class Object
toGraphvizNodeName
public abstract String toGraphvizNodeName()
- Description copied from interface:
GraphvizDrawableNodeValue
- Returns a string that will be displayed on the node by graphviz.
- Specified by:
toGraphvizNodeName
in interface GraphvizDrawableNodeValue