package jalview.datamodel.features; import jalview.datamodel.ContiguousI; /** * An extension of ContiguousI that allows start/end values to be interpreted * instead as two contact positions */ public interface FeatureLocationI extends ContiguousI { boolean isContactFeature(); }