Package objectgen.usecase

Interface Summary
IStep Interfaz that describes the methods available to any class that describe a step of a use case
 

Class Summary
Step Implementation of IStep interface.
StepBuilder This class builds a Step object from a Node object It is called from UseCaseXML, due that class does not return any XML element.
UseCaseXML