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