|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScenario
Method Summary | |
---|---|
IStep |
getFirstStep()
Returns the first step of the scenario |
IStep |
getLastStep()
Returns the last step of the scenario |
IStep |
getNextStep(IStep currentStep)
Returns the next step at this level in the use case after the step given as the parameter. |
IStep |
getPreviousStep(IStep currentStep)
Returns the previous step at this level in the use case after the step given as the parameter. |
java.util.List<org.ucworkbench.model.usecase.impl.Step> |
getSteps()
Returns a list of steps ordered the same as they are in the file |
Methods inherited from interface org.ucworkbench.model.ITextModel |
---|
containsOffset, getAsText, getCorrespondingFileModel, getModelElementByOffset, getParent, getTextModelChildren |
Methods inherited from interface org.ucworkbench.model.IUCElement |
---|
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource |
Methods inherited from interface org.ucworkbench.model.supporting.IRegion |
---|
getLength, getOffset |
Method Detail |
---|
java.util.List<org.ucworkbench.model.usecase.impl.Step> getSteps()
IStep getFirstStep()
null
in case scenario is emptyIStep getLastStep()
null
in case scenario is emptyIStep getNextStep(IStep currentStep)
currentStep
-
IStep getPreviousStep(IStep currentStep)
currentStep
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |