public interface DeploymentView
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CHESSViewsPackage.getDeploymentView()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Comment> |
getAssignList()
Returns the value of the 'Assign List' reference list.
|
org.eclipse.uml2.uml.Package |
getBase_Package()
Returns the value of the 'Base Package' reference.
|
void |
setBase_Package(org.eclipse.uml2.uml.Package value)
Sets the value of the '
Base Package ' reference. |
org.eclipse.uml2.uml.Package getBase_Package()
If the meaning of the 'Base Package' reference isn't clear, there really should be more of a description here...
setBase_Package(org.eclipse.uml2.uml.Package)
,
CHESSViewsPackage.getDeploymentView_Base_Package()
void setBase_Package(org.eclipse.uml2.uml.Package value)
Base Package
' reference.
value
- the new value of the 'Base Package' reference.getBase_Package()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Comment> getAssignList()
Comment
.
If the meaning of the 'Assign List' reference list isn't clear, there really should be more of a description here...
CHESSViewsPackage.getDeploymentView_AssignList()