D
- the type of Distance used in the M-Treepublic class GenericMTreeDistanceSearchCandidate<D extends Distance<D>> extends GenericDistanceSearchCandidate<D>
Modifier and Type | Field and Description |
---|---|
DBID |
routingObjectID
The id of the routing object.
|
mindist, nodeID
Constructor and Description |
---|
GenericMTreeDistanceSearchCandidate(D mindist,
Integer nodeID,
DBID routingObjectID)
Creates a new heap node with the specified parameters.
|
public DBID routingObjectID
public GenericMTreeDistanceSearchCandidate(D mindist, Integer nodeID, DBID routingObjectID)
mindist
- the minimum distance of the nodenodeID
- the id of the noderoutingObjectID
- the id of the routing object of the node