X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2Ffeatures%2FFeatureLocationI.java;h=535346cdd272d4ed3a6d3b6309e5e5035c1feb48;hb=3c8a25936a2d805e7e3d7ab82f83b13135406d18;hp=378b8db38bf30d052345a2b7a504287c0e7de544;hpb=0dc22d603ad9d58a4ed951fc2146f7a027917a2c;p=jalview.git diff --git a/src/jalview/datamodel/features/FeatureLocationI.java b/src/jalview/datamodel/features/FeatureLocationI.java index 378b8db..535346c 100644 --- a/src/jalview/datamodel/features/FeatureLocationI.java +++ b/src/jalview/datamodel/features/FeatureLocationI.java @@ -20,13 +20,13 @@ */ package jalview.datamodel.features; -import jalview.datamodel.ContiguousI; +import intervalstore.api.IntervalI; /** - * An extension of ContiguousI that allows start/end values to be interpreted + * An extension of IntervalI that allows start/end values to be interpreted * instead as two contact positions */ -public interface FeatureLocationI extends ContiguousI +public interface FeatureLocationI extends IntervalI { boolean isContactFeature(); }