documentationfor yFiles for HTML 3.0.0.3

ChildOrderData<TNode,TEdge>

Provides different ways to define an ordering for the successors of nodes.

Inheritance Hierarchy
ChildOrderData

Remarks

Only one of the provided ways to define an ordering can be used at the same time, therefore only one of the properties outEdgeComparators, outEdgeComparables, targetNodeComparators and targetNodeComparables should be set on each instance.

This class supports LayoutData<TNode,TEdge,TNodeLabel,TEdgeLabel> implementations and does not usually have to be instantiated by client code explicitly. Instances of this class are properties of concrete LayoutData<TNode,TEdge,TNodeLabel,TEdgeLabel> implementations.

Type Parameters

TNode
TEdge

Type Details

yFiles module
algorithms

Properties