Package objectgen.usecase

This package process a XML file with one use case and generate a set of step objects.

See:
          Description

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

Class Summary
ParticipantSet This class is an allias for a HashSet.
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  
 

Exception Summary
UseCaseXMLException This exception indicates an erro when reading a use case in a XML file
 

Package objectgen.usecase Description

This package process a XML file with one use case and generate a set of step objects. Every object represents a step in the use case.