Packagecom.yworks.yfiles.util.pq
Interfacepublic interface DoubleNodePQ
Implementors BHeapDoubleNodePQ

Defines an interface for specialized priority queues that contains nodes which are prioritized by associated double values.



Public Properties
 PropertyDefined By
  min : Node
[read-only] Returns he node with smallest priority in this queue.
DoubleNodePQ
Property Detail
minproperty
min:Node  [read-only]

Returns he node with smallest priority in this queue.

Precondition !isEmpty()


Implementation
    public function get min():Node