FlowToListTraversalType Enumeration

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum FlowToListTraversalType

Members

DepthFirst0 Descent first before using the next alternative
BreadthFirst1 First visit alternative before descending
ShortestPath2 Hybrid model that tries to generate less fragments

See Also