Package examples

Class CycleExample

java.lang.Object
examples.CycleExample

public class CycleExample extends Object
Example use of Introspector with graphs where cycles exist (not as a tree). The cycles are represented as repeated nodes, so they could be expanded infinitive. When visualized, click on the "expand all" button to see how it controls the cycles (i.e., it does not expand the same node infinitely). When reporting the tree, the cycles are reported with tags (all the information parameter must be set to true).
  • Constructor Details

    • CycleExample

      public CycleExample()
  • Method Details

    • main

      public static void main(String... args)