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

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

public class CreateNodeNoRecursion
extends Object


Constructor Summary
CreateNodeNoRecursion()
           
 
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

CreateNodeNoRecursion

public CreateNodeNoRecursion()
Method Detail

createNode2

public Node createNode2(Map alreadySeenMap)

createNode3

public Node createNode3(Map alreadySeenMap)

createNode1

public Node createNode1(Map alreadySeenMap)

createNode

public Node createNode()