JAL-3253-applet JAL-3397
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Sun, 22 Sep 2019 15:43:44 +0000 (11:43 -0400)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Sun, 22 Sep 2019 15:43:44 +0000 (11:43 -0400)
commitf8258d012b4afd77e0dd6fd3743714fbabb59c8f
tree6cbc7905892f5fd915c9cb58d8fc967ae6fa5369
parentc769685cc0a0eead20b9ce9b5a3d0d96f664b6cb
JAL-3253-applet JAL-3397

- adds IntervalStore0Test
- adds nonc.IntervalStoreImpl
- adds nonc.IntervalStore0Impl
- sets FeatureStore options to these Impl classes in order to override
sameInterval for SequenceFeature and allow drop in of nonc.IntervalStore
without editing.
src/intervalstore/nonc/IntervalStore.java
src/intervalstore/nonc/IntervalStore0Impl.java [new file with mode: 0644]
src/intervalstore/nonc/IntervalStoreImpl.java [new file with mode: 0644]
src/jalview/datamodel/features/FeatureStore.java
test/intervalstore/nonc/IntervalStore0Test.java [new file with mode: 0644]
test/intervalstore/nonc/IntervalStoreTest.java