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

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface INodePQ
Visual Basic
Public Interface INodePQ

Remarks

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

See Also