Uses of Interface
pl.put.poznan.sqc.domain.scenario.Component
- 
Packages that use Component Package Description pl.put.poznan.sqc.domain.scenario  - 
- 
Uses of Component in pl.put.poznan.sqc.domain.scenario
Classes in pl.put.poznan.sqc.domain.scenario that implement Component Modifier and Type Class Description classStepA step in a scenario.classStepListA Sub-Scenario; a collection of Components.Methods in pl.put.poznan.sqc.domain.scenario that return types with arguments of type Component Modifier and Type Method Description ArrayList<Component>StepList. getChildren()Get all the items in the StepList.ArrayList<Component>Scenario. getSteps()Get the steps in the scenario.Methods in pl.put.poznan.sqc.domain.scenario with parameters of type Component Modifier and Type Method Description voidScenario. add(Component item)voidStepCollection. add(Component item)Add a Component to the collection.voidStepList. add(Component item)Add an item to the StepList.voidScenario. remove(Component item)voidStepCollection. remove(Component item)Add a Component to the collection.voidStepList. remove(Component item)Remove an item from the StepList. 
 -