Uses of Interface
pl.put.poznan.qualitychecker.logic.ScenarioStepComponent
Packages that use ScenarioStepComponent
-
Uses of ScenarioStepComponent in pl.put.poznan.qualitychecker.logic
Classes in pl.put.poznan.qualitychecker.logic that implement ScenarioStepComponentModifier and TypeClassDescriptionclass
Step within a scenario that has substeps.class
Simple step within a scenario that has no substeps.Methods in pl.put.poznan.qualitychecker.logic that return ScenarioStepComponentModifier and TypeMethodDescriptionScenarioStepComponentAdapter.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Deserializes JSON into aScenarioStepComponent
object.Methods in pl.put.poznan.qualitychecker.logic that return types with arguments of type ScenarioStepComponentModifier and TypeMethodDescriptionScenarioQualityChecker.getInvalidSteps()
Finds all steps within a scenario at any level of nesting that do not start with an actor.Scenario.getSteps()
ScenarioStepComposite.getSubsteps()
ScenarioGetInvalidStepsVisitor.visitScenario
(Scenario scenario) ScenarioGetInvalidStepsVisitor.visitStepComposite
(ScenarioStepComposite stepComposite) ScenarioGetInvalidStepsVisitor.visitStepLeaf
(ScenarioStepLeaf stepLeaf) Methods in pl.put.poznan.qualitychecker.logic with parameters of type ScenarioStepComponentModifier and TypeMethodDescriptionvoid
Scenario.addStep
(ScenarioStepComponent step) Adds a step to the scenario.void
ScenarioStepComposite.addSubstep
(ScenarioStepComponent substep) Adds a step to the list of substepscom.google.gson.JsonElement
ScenarioStepComponentAdapter.serialize
(ScenarioStepComponent src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) Serializes aScenarioStepComponent
object into its JSON representation.