JAL-1520 switch between Protein and non-canonical RNA secondary structure rendering...
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 9659cd7..601339a 100755 (executable)
@@ -1112,4 +1112,9 @@ public class AlignmentAnnotation
   {
     this.calcId = calcId;
   }
+
+  public boolean isRNA()
+  {
+    return isrna;
+  }
 }