Package examples

Class AliasExample

java.lang.Object
examples.AliasExample

public class AliasExample extends Object
Example use of Introspector with graphs alias references (references to a tree repeated in another part of the graph) exist. The alias references are represented as repeated nodes, so they should not be expanded to avoid repetition. When visualized, click on the "expand all" button to see how it controls the aliases (i.e., it does not expand the same tree twice). When reporting the tree, aliases are reported with tags (all the information parameter must be set to true).
  • Constructor Details

    • AliasExample

      public AliasExample()
  • Method Details

    • main

      public static void main(String... args)