|
OptimalTrace 5.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStepIfc | |
---|---|
com.compuware.optimaltrace.tools.common.bizobjects | |
com.compuware.optimaltrace.tools.common.bizobjects.client |
Uses of AbstractStepIfc in com.compuware.optimaltrace.tools.common.bizobjects |
---|
Subinterfaces of AbstractStepIfc in com.compuware.optimaltrace.tools.common.bizobjects | |
---|---|
interface |
ItemIfc
Interface ItemIfc |
interface |
StepIfc
Interface StepIfc |
Classes in com.compuware.optimaltrace.tools.common.bizobjects that implement AbstractStepIfc | |
---|---|
class |
com.compuware.optimaltrace.tools.common.bizobjects.AbstractStep
|
class |
Step
Class Step, implements the StepIfc interface. |
Methods in com.compuware.optimaltrace.tools.common.bizobjects that return AbstractStepIfc | |
---|---|
AbstractStepIfc |
RefinementIfc.getRefinedFromStep()
Gets the Step that this is refined from |
AbstractStepIfc |
ScenarioIfc.getStep(int stepNumber)
Gets the step that has the specified step number |
Methods in com.compuware.optimaltrace.tools.common.bizobjects with parameters of type AbstractStepIfc | |
---|---|
boolean |
ScenarioIfc.addStep(AbstractStepIfc step)
Adds the new Step |
boolean |
ScenarioIfc.addStepAt(AbstractStepIfc step,
int index)
Adds the new Step at the specified position |
void |
ScenarioIfc.checkStepNameUnique(AbstractStepIfc step,
java.lang.String name)
Checks for uniqueness of step name, ensuring that you're not checking the current step being edited. |
void |
DeleteSupport.deleteStep(UseCasePackageIfc useCasePackage,
AbstractStepIfc stepOrItem,
boolean deepDelete)
Deletes the step. |
boolean |
AbstractStepIfc.moveBranch(com.compuware.optimaltrace.tools.common.bizobjects.BranchIfc branch,
AbstractStepIfc newStep)
Moves the branch |
boolean |
AbstractStepIfc.moveRefinement(RefinementIfc refinement,
AbstractStepIfc newStep)
Moves the refinement. |
boolean |
ScenarioIfc.moveStep(AbstractStepIfc step,
java.lang.Integer numOfPlacesToMove)
Moves the step a number of places.. |
boolean |
ScenarioIfc.moveStep(AbstractStepIfc step,
ScenarioIfc newScenario)
Moves the step scenario. |
boolean |
ScenarioIfc.moveStepDown(AbstractStepIfc step)
Moves the Step down 1 place |
boolean |
ScenarioIfc.moveStepUp(AbstractStepIfc step)
Moves the Step up 1 place |
boolean |
ScenarioIfc.removeStep(AbstractStepIfc step)
Removes the Step |
void |
DeleteSupport.removeUnnecessaryStepListeners(AbstractStepIfc step)
Removes the unnecessary step listeners. |
Uses of AbstractStepIfc in com.compuware.optimaltrace.tools.common.bizobjects.client |
---|
Methods in com.compuware.optimaltrace.tools.common.bizobjects.client with parameters of type AbstractStepIfc | |
---|---|
RefinementIfc |
RefinementFactory.createNewRefinement(AbstractStepIfc parentStep,
AbstractRequirementIfc refinedToRequirement)
Creates a new refinement. |
RefinementIfc |
RefinementFactory.createNewRefinement(java.lang.String name,
AbstractStepIfc parentStep,
AbstractRequirementIfc refinedToRequirement)
Creates a new refinement. |
|
OptimalTrace 5.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |