JAL-2446 merged to spike branch
[jalview.git] / src / jalview / datamodel / features / FeatureLocationI.java
1 package jalview.datamodel.features;
2
3 import jalview.datamodel.ContiguousI;
4
5 /**
6  * An extension of ContiguousI that allows start/end values to be interpreted
7  * instead as two contact positions
8  */
9 public interface FeatureLocationI extends ContiguousI
10 {
11   boolean isContactFeature();
12 }