|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectobjectgen.usecase.UseCaseXML
Field Summary | |
protected org.w3c.dom.NodeList |
alternativeSequence
Stores the list of nodes in the alternative sequence (tags with "alstep" name) |
protected int |
alternativeSequenceIndex
|
protected StepBuilder |
stepBuilder
|
protected org.w3c.dom.Document |
useCaseDocument
|
Constructor Summary | |
UseCaseXML()
Creates a new instance of UseCaseXML |
Method Summary | |
java.util.Iterator |
iteratorMainSequence()
Returns an iterator to traverse all the steps in the main sequence of the use case |
java.util.Iterator |
iteratorPreSequence()
Returns an iterator to traverse all the pre steps in the main sequence of the use case |
void |
load(java.io.File f)
Loads a XML file with the definition of a use case This method assumes that file exists. |
java.lang.String |
toString()
Testing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected org.w3c.dom.Document useCaseDocument
protected StepBuilder stepBuilder
protected org.w3c.dom.NodeList alternativeSequence
protected int alternativeSequenceIndex
Constructor Detail |
public UseCaseXML()
Method Detail |
public void load(java.io.File f)
public java.util.Iterator iteratorMainSequence()
public java.util.Iterator iteratorPreSequence()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |