public interface Requires extends AbstractPlatformRelationship
PlatformPackage.getRequires()| Modifier and Type | Method and Description |
|---|---|
DeployedComponent |
getFrom()
Returns the value of the 'From' reference.
|
AbstractPlatformElement |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(DeployedComponent value)
Sets the value of the '
From' reference. |
void |
setTo(AbstractPlatformElement value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeAbstractPlatformElement getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(AbstractPlatformElement),
PlatformPackage.getRequires_To()void setTo(AbstractPlatformElement value)
To' reference.
value - the new value of the 'To' reference.getTo()DeployedComponent getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(DeployedComponent),
PlatformPackage.getRequires_From()void setFrom(DeployedComponent value)
From' reference.
value - the new value of the 'From' reference.getFrom()