objectgen.usecase
Class StepBuilder

java.lang.Object
  extended byobjectgen.usecase.StepBuilder

public class StepBuilder
extends java.lang.Object

This class builds a Step object from a Node object It is called from UseCaseXML, due that class does not return any XML element.


Constructor Summary
StepBuilder()
          Creates a new instance of StepBuilder
 
Method Summary
 IStep builMainStep(org.w3c.dom.Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepBuilder

public StepBuilder()
Creates a new instance of StepBuilder

Method Detail

builMainStep

public IStep builMainStep(org.w3c.dom.Node n)