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 TypeClassDescriptionclassStep within a scenario that has substeps.classSimple 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 aScenarioStepComponentobject.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 TypeMethodDescriptionvoidScenario.addStep(ScenarioStepComponent step) Adds a step to the scenario.voidScenarioStepComposite.addSubstep(ScenarioStepComponent substep) Adds a step to the list of substepscom.google.gson.JsonElementScenarioStepComponentAdapter.serialize(ScenarioStepComponent src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) Serializes aScenarioStepComponentobject into its JSON representation.