ca.quine.jcommons.sourceexporter.test.resources
Class CreateNodeWithRecursion

java.lang.Object
  |
  +--ca.quine.jcommons.sourceexporter.test.resources.CreateNodeWithRecursion

public class CreateNodeWithRecursion
extends Object


Constructor Summary
CreateNodeWithRecursion()
           
 
Method Summary
 Node createNode()
           
 Node createNode1(Map alreadySeenMap)
           
 Node createNode2(Map alreadySeenMap)
           
 Node createNode3(Map alreadySeenMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateNodeWithRecursion

public CreateNodeWithRecursion()
Method Detail

createNode2

public Node createNode2(Map alreadySeenMap)

createNode3

public Node createNode3(Map alreadySeenMap)

createNode1

public Node createNode1(Map alreadySeenMap)

createNode

public Node createNode()