|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.bio.seq.FeatureFilter.Or
A filter that returns all features accepted by at least one child filter.
Inner classes inherited from class org.biojava.bio.seq.FeatureFilter |
FeatureFilter.AcceptAllFilter,
FeatureFilter.And,
FeatureFilter.BySource,
FeatureFilter.ByType,
FeatureFilter.ContainedByLocation,
FeatureFilter.Not,
FeatureFilter.Or,
FeatureFilter.OverlapsLocation |
Fields inherited from interface org.biojava.bio.seq.FeatureFilter |
all |
Constructor Summary | |
FeatureFilter.Or(FeatureFilter c1,
FeatureFilter c2)
|
Method Summary | |
boolean |
accept(Feature f)
This method determines whether a fetaure is to be accepted. |
FeatureFilter |
getChild1()
|
FeatureFilter |
getChild2()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FeatureFilter.Or(FeatureFilter c1, FeatureFilter c2)
Method Detail |
public FeatureFilter getChild1()
public FeatureFilter getChild2()
public boolean accept(Feature f)
f
- the Feature to evaluate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |