public interface Step
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ItemPackage.getStep()| Modifier and Type | Method and Description |
|---|---|
void |
execute(CustomizationRequest request) |
CompositePipeline |
getContainingPipeline()
Returns the value of the 'Containing Pipeline' container reference.
|
void |
setContainingPipeline(CompositePipeline value)
Sets the value of the '
Containing Pipeline' container reference. |
CompositePipeline getContainingPipeline()
Steps'.
If the meaning of the 'Containing Pipeline' container reference isn't clear, there really should be more of a description here...
setContainingPipeline(CompositePipeline),
ItemPackage.getStep_ContainingPipeline(),
CompositePipeline.getSteps()void setContainingPipeline(CompositePipeline value)
Containing Pipeline' container reference.
value - the new value of the 'Containing Pipeline' container reference.getContainingPipeline()void execute(CustomizationRequest request)