public interface CompositePipeline extends CustomizationPipeline
The following features are supported:
ItemPackage.getCompositePipeline()| Modifier and Type | Method and Description |
|---|---|
void |
customize(CustomizationRequest request) |
String |
getId()
Returns the value of the 'Id' attribute.
|
CompositePipeline |
getParent()
Returns the value of the 'Parent' reference.
|
org.eclipse.emf.common.util.EList<Step> |
getSteps()
Returns the value of the 'Steps' containment reference list.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setParent(CompositePipeline value)
Sets the value of the '
Parent' reference. |
org.eclipse.emf.common.util.EList<Step> getSteps()
Step.
It is bidirectional and its opposite is 'Containing Pipeline'.
If the meaning of the 'Steps' containment reference list isn't clear, there really should be more of a description here...
ItemPackage.getCompositePipeline_Steps(),
Step.getContainingPipeline()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ItemPackage.getCompositePipeline_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()CompositePipeline getParent()
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(CompositePipeline),
ItemPackage.getCompositePipeline_Parent()void setParent(CompositePipeline value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()void customize(CustomizationRequest request)
customize in interface CustomizationPipeline