|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectobjectgen.usecase.UseCaseXML
Field Summary | |
protected StepBuilder |
stepBuilder
|
protected org.w3c.dom.Document |
useCaseDocument
|
Constructor Summary | |
UseCaseXML()
Creates a new instance of UseCaseXML |
Method Summary | |
java.lang.String |
getUCDescription()
|
java.util.Iterator |
iteratorInvSequence(IStep step)
Returns an iterator to traverse all the inv steps in the alternative sequence of the use case of a given step. |
java.util.Iterator |
iteratorMainSequence()
Returns an iterator to traverse all the steps in the main sequence of the use case |
java.util.Iterator |
iteratorPreSequence(IStep step)
Returns an iterator to traverse all the pre steps in the alternative sequence of the use case of a given step. |
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 purpouse only |
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
Constructor Detail |
public UseCaseXML()
Method Detail |
public void load(java.io.File f) throws UseCaseXMLException
UseCaseXMLException
public java.lang.String getUCDescription()
public java.util.Iterator iteratorMainSequence()
public java.util.Iterator iteratorPreSequence(IStep step)
public java.util.Iterator iteratorInvSequence(IStep step)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |