|
Algorithm Development Kit 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalgs.model.problems.rangeQuery.BruteForceRangeQuery
public class BruteForceRangeQuery
Brute Force implementation of Range Query.
| Constructor Summary | |
|---|---|
BruteForceRangeQuery(IMultiPoint[] points)
Search points pulled from IMultiPoint array. |
|
BruteForceRangeQuery(IPoint[] points)
Search points pulled from IPoint array. |
|
| Method Summary | |
|---|---|
java.util.ArrayList<IMultiPoint> |
search(IHypercube hc)
|
java.util.ArrayList<IMultiPoint> |
search(IHypercube hc,
IVisitKDNode visitor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BruteForceRangeQuery(IPoint[] points)
public BruteForceRangeQuery(IMultiPoint[] points)
| Method Detail |
|---|
public java.util.ArrayList<IMultiPoint> search(IHypercube hc)
public java.util.ArrayList<IMultiPoint> search(IHypercube hc,
IVisitKDNode visitor)
|
Algorithm Development Kit 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||