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 Summary
ConstructorsConstructorDescriptionScenarioStepLeaf(String text) Creates a new instance of classScenarioStepLeaf. -
Method Summary
-
Constructor Details
-
ScenarioStepLeaf
Creates a new instance of classScenarioStepLeaf.- Parameters:
text- Text within a step.
-
-
Method Details
-
getText
- Specified by:
getTextin interfaceScenarioStepComponent- Returns:
- Text within a step.
-
accept
Description copied from interface:ScenarioStepComponentAccepts aVisitor.- Specified by:
acceptin interfaceScenarioStepComponent- Parameters:
visitor- Visitor to be accepted.- Returns:
- Object returned by the visitor.
-
setText
-