git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
JAL-1233 tidy up and use same RNA helix colours in colour by annotation and RNA helix...
[jalview.git]
/
src
/
jalview
/
datamodel
/
ASequenceI.java
1
package jalview.datamodel;
2
3
/**
4
* interfaces to access the basic metadata for a concrete or virtual sequence
5
*
6
* @author jprocter
7
*
8
*/
9
public interface ASequenceI
10
{
11
12
}