Class UsagePercentFilter
java.lang.Object
org.deltava.beans.navdata.UsagePercentFilter
- All Implemented Interfaces:
UsageFilter<RunwayUse>
- Direct Known Subclasses:
UsageWindFilter
A UsageFilter to filter runways based on popularity.
- Since:
- 10.2
- Version:
- 11.1
- Author:
- Luke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UsageFilter
filterModifier and TypeMethodDescriptionfilter(Collection<RunwayUse> data) Filters a Collection of UseCount beans.
-
Field Details
-
ALL
Filters all Runways.
-
-
Constructor Details
-
UsagePercentFilter
public UsagePercentFilter(int minPct) Creates the filter.- Parameters:
minPct- the minimum percentage of the maximum for inclusion
-
-
Method Details