package jalview.structure; import java.util.List; public interface StructureCommandI { String getCommand(); List getParameters(); void addParameter(String param); boolean hasParameters(); }