public interface AbstractDeploymentLink extends Relationship
The following features are supported:
CsPackage.getAbstractDeploymentLink()| Modifier and Type | Method and Description |
|---|---|
DeployableElement |
getDeployedElement()
Returns the value of the 'Deployed Element' reference.
|
DeploymentTarget |
getLocation()
Returns the value of the 'Location' reference.
|
void |
setDeployedElement(DeployableElement value)
Sets the value of the '
Deployed Element' reference. |
void |
setLocation(DeploymentTarget value)
Sets the value of the '
Location' reference. |
getRealizedFlow, setRealizedFlowgetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsDeployableElement getDeployedElement()
If the meaning of the 'Deployed Element' reference isn't clear, there really should be more of a description here...
setDeployedElement(DeployableElement),
CsPackage.getAbstractDeploymentLink_DeployedElement()void setDeployedElement(DeployableElement value)
Deployed Element' reference.
value - the new value of the 'Deployed Element' reference.getDeployedElement()DeploymentTarget getLocation()
If the meaning of the 'Location' reference isn't clear, there really should be more of a description here...
setLocation(DeploymentTarget),
CsPackage.getAbstractDeploymentLink_Location()void setLocation(DeploymentTarget value)
Location' reference.
value - the new value of the 'Location' reference.getLocation()