public class DefaultCycleRenderer extends Object implements CycleRenderer
| Constructor and Description |
|---|
DefaultCycleRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
renderCycle(Dag<Slice> dag)
Creates a string representation of the detected cycle to
be used as message for an
AssertionError. |
public String renderCycle(Dag<Slice> dag)
CycleRendererAssertionError.renderCycle in interface CycleRendererdag - the DAG that contains the cycleCopyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.