Uses of Class
ucot.input.UseCaseStep

Packages that use UseCaseStep
ucot.input   
 

Uses of UseCaseStep in ucot.input
 

Fields in ucot.input with type parameters of type UseCaseStep
private  java.util.Vector<UseCaseStep> UseCase.useCaseSteps
          Vector that contains all usecase steps
 

Methods in ucot.input that return UseCaseStep
 UseCaseStep UseCase.getStep(int index)
          Returns step with given index
private  UseCaseStep ProcessMlInputAdapter.ParseStep(org.w3c.dom.Node node)
          Parses usecase step from given node and returns it, or null if acceptable one wasn't found
private  UseCaseStep SimpleInputAdapter.parseStep(java.lang.String line)
          Parses usecase step from given line.
 

Methods in ucot.input that return types with arguments of type UseCaseStep
 java.util.Iterator<UseCaseStep> UseCase.iterator()
          Iterator for the usecase steps
 

Methods in ucot.input with parameters of type UseCaseStep
 void UseCase.addStep(UseCaseStep step)
          Adds a new UseCaseStep to this usecase