JAL-3032 upgrade to Jmol 14.29.17; clearing of src2 directory
[jalview.git] / src2 / fr / orsay / lri / varna / models / templates / RNANodeValueTemplate.java
diff --git a/src2/fr/orsay/lri/varna/models/templates/RNANodeValueTemplate.java b/src2/fr/orsay/lri/varna/models/templates/RNANodeValueTemplate.java
deleted file mode 100644 (file)
index 79374ba..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-package fr.orsay.lri.varna.models.templates;
-
-import fr.orsay.lri.varna.models.treealign.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
- */
-public abstract class RNANodeValueTemplate implements GraphvizDrawableNodeValue {
-
-       public String toString() {
-               return toGraphvizNodeName();
-       }
-       
-       public abstract String toGraphvizNodeName();
-       
-
-}