|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.bio.seq.FeatureFilter.OverlapsLocation
A filter that returns all features overlapping a location.
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.OverlapsLocation(Location loc)
Creates a filter that returns everything overlapping loc. |
Method Summary | |
boolean |
accept(Feature f)
Returns true if the feature overlaps this filter's location. |
Location |
getLocation()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FeatureFilter.OverlapsLocation(Location loc)
loc
- the location that will overlap the accepted featuresMethod Detail |
public Location getLocation()
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 |