|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OptimizableFilter
The interface for filters that can potentialy optimize themselves, and compare themselves with other filters.
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from interface org.biojava.bio.seq.FeatureFilter |
|---|
all, leaf, none, top_level |
| Method Summary | |
|---|---|
boolean |
isDisjoint(FeatureFilter filt)
Returns true if this filter is disjoint from filt - that is, there is no Feature that is accepted by both filters. |
boolean |
isProperSubset(FeatureFilter sup)
Returns true if this filter is a proper subset of sup - that is, for every feature that matches this, it also matches sup. |
| Methods inherited from interface org.biojava.bio.seq.FeatureFilter |
|---|
accept |
| Method Detail |
|---|
boolean isProperSubset(FeatureFilter sup)
sup - the potential super set
boolean isDisjoint(FeatureFilter filt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||