Uses of Interface
introspector.model.traverse.TreeSerializer
Packages that use TreeSerializer
Package
Description
The traverse package provides different functionalities to traverse the object structure of the
model as a tree.
-
Uses of TreeSerializer in introspector.model.traverse
Classes in introspector.model.traverse that implement TreeSerializerModifier and TypeClassDescriptionclassA serializer to show a tree in the consoleclassStores a tree as a html fileclassMock of the TreeSerializer interfaceclassStores a tree as a txt fileMethods in introspector.model.traverse with parameters of type TreeSerializerModifier and TypeMethodDescriptionvoidWriteTreeTraversal.traverse(Node node, TreeSerializer treeSerializer) Main method to traverse a tree and perform the actions delegated in the tree serializerprivate voidWriteTreeTraversal.traverse(Node node, TreeSerializer treeSerializer, int depth, Set<Node> alreadyTraversed) Main method to traverse a tree and perform the actions delegated in the tree serializer