cycleSourceTree property

EnumValue cycleSourceTree

This value for Diagram#validCycle states that any number of source links may come into a node, but at most one destination link may go out of a node, and there are no directed cycles.

This value assumes that the graph does not already have any cycles in it, or else the behavior may be indeterminate.

Implementation

static _i3.EnumValue get cycleSourceTree => _i4.getProperty(
      _declaredDiagram,
      'CycleSourceTree',
    );
void cycleSourceTree=(EnumValue value)

Implementation

static set cycleSourceTree(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredDiagram,
    'CycleSourceTree',
    value,
  );
}