@ExcludedClass @NotStorableClass public class TreeForObjectManager extends Object implements IInstanceVisitorListener
Constructor and Description |
---|
TreeForObjectManager() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(Object fatherObject,
List<ReferencingReferencedCouple> childList) |
MemoryImage |
createObjectNodeTree(Object rootObject,
IncludedExcluded includedExcluded) |
void |
visited(ReferencingReferencedCouple inVisit,
List<ReferencingReferencedCouple> childList) |
public MemoryImage createObjectNodeTree(Object rootObject, IncludedExcluded includedExcluded) throws MemInspectorException
MemInspectorException
public void visited(ReferencingReferencedCouple inVisit, List<ReferencingReferencedCouple> childList) throws MemInspectorException
visited
in interface IInstanceVisitorListener
MemInspectorException
public void addChild(Object fatherObject, List<ReferencingReferencedCouple> childList) throws MemInspectorException
fatherObject
- father objectchildList
- child of father objectMemInspectorException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.