JAL-3383 JAL-3397 JAL-3253-applet IntervalStore options
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 6 Aug 2019 21:25:13 +0000 (16:25 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 6 Aug 2019 21:25:13 +0000 (16:25 -0500)
In SequenceFeatures:

INTERVAL_STORE_NCLIST  (default for Java)
 - no changes from previous

 INTERVAL_STORE_NONCLIST (Java option)
 - uses intervalstore.nonc.IntervalStore
 - optional "lazy" just-in-time sorting
 - passes the following TestNG tests:

IntervalStoreJ.test.intervalstore.nonc...
NoNCListBuilderTest.java
NoNCListIntervalIteratorTest.java
NoNCListIntervalStoreTest.java
NoNCListIntervalTest.java
NoNCListLoadTest.java
NoNCListRandomisedTest.java
NoNCListTimingTests.java

test.jalview.datamodel.features...
FeatureStoreNoNCTest.java
FeatureStoreJSTest.java
SequenceFeaturesTest.java


No differences found