Uses of Interface
objectgen.usecase.IStep

Packages that use IStep
objectgen.usecase This package process a XML file with one use case and generate a set of step objects.  
 

Uses of IStep in objectgen.usecase
 

Classes in objectgen.usecase that implement IStep
 class Step
          Implementation of IStep interface.
 

Methods in objectgen.usecase that return IStep
 IStep StepBuilder.builMainStep(org.w3c.dom.Node n)
          Builds a main step from a XML node
 IStep StepBuilder.builAlternativeStep(org.w3c.dom.Node n)
          Builds and alternative or erroneous step from a XML node Add the information of an alternative node 1.
 

Methods in objectgen.usecase with parameters of type IStep
 java.util.Iterator UseCaseXML.iteratorPreSequence(IStep step)
          Returns an iterator to traverse all the pre steps in the alternative sequence of the use case of a given step.
 java.util.Iterator UseCaseXML.iteratorInvSequence(IStep step)
          Returns an iterator to traverse all the inv steps in the alternative sequence of the use case of a given step.