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

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IIntNodePQ
Visual Basic
Public Interface IIntNodePQ

Remarks

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

See Also