JAL-629 update a subval for structureviewer in the docs
[jalview.git] / srcjar / fr / orsay / lri / varna / interfaces / InterfaceParseExport.java
1 package fr.orsay.lri.varna.interfaces;
2
3 import fr.orsay.lri.varna.VARNAPanel;
4
5 public interface InterfaceParseExport {
6         public void parse(String s, VARNAPanel vp);
7         public String export();
8 }