Class ScenarioStepLeaf
java.lang.Object
pl.put.poznan.qualitychecker.logic.ScenarioStepLeaf
- All Implemented Interfaces:
- ScenarioStepComponent
Simple step within a scenario that has no substeps.
- 
Constructor SummaryConstructorsConstructorDescriptionScenarioStepLeaf(String text) Creates a new instance of classScenarioStepLeaf.
- 
Method Summary
- 
Constructor Details- 
ScenarioStepLeafCreates a new instance of classScenarioStepLeaf.- Parameters:
- text- Text within a step.
 
 
- 
- 
Method Details- 
getText- Specified by:
- getTextin interface- ScenarioStepComponent
- Returns:
- Text within a step.
 
- 
acceptDescription copied from interface:ScenarioStepComponentAccepts aVisitor.- Specified by:
- acceptin interface- ScenarioStepComponent
- Parameters:
- visitor- Visitor to be accepted.
- Returns:
- Object returned by the visitor.
 
- 
setText
 
-