public interface DependableComponent
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Component |
getBase_Component()
Returns the value of the 'Base Component' reference.
|
org.eclipse.uml2.uml.InstanceSpecification |
getBase_InstanceSpecification()
Returns the value of the 'Base Instance Specification' reference.
|
org.eclipse.uml2.uml.Property |
getBase_Property()
Returns the value of the 'Base Property' reference.
|
org.eclipse.emf.common.util.EList<ErrorModel> |
getErrorModel()
Returns the value of the 'Error Model' reference list.
|
void |
setBase_Component(org.eclipse.uml2.uml.Component value)
Sets the value of the '
Base Component ' reference. |
void |
setBase_InstanceSpecification(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Base Instance Specification ' reference. |
void |
setBase_Property(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Base Property ' reference. |
org.eclipse.uml2.uml.Component getBase_Component()
If the meaning of the 'Base Component' reference isn't clear, there really should be more of a description here...
setBase_Component(Component)
,
DependableComponentPackage.getDependableComponent_Base_Component()
void setBase_Component(org.eclipse.uml2.uml.Component value)
Base Component
' reference.
value
- the new value of the 'Base Component' reference.getBase_Component()
org.eclipse.emf.common.util.EList<ErrorModel> getErrorModel()
ErrorModel
.
If the meaning of the 'Error Model' reference isn't clear, there really should be more of a description here...
DependableComponentPackage.getDependableComponent_ErrorModel()
org.eclipse.uml2.uml.Property getBase_Property()
If the meaning of the 'Base Property' reference isn't clear, there really should be more of a description here...
setBase_Property(Property)
,
DependableComponentPackage.getDependableComponent_Base_Property()
void setBase_Property(org.eclipse.uml2.uml.Property value)
Base Property
' reference.
value
- the new value of the 'Base Property' reference.getBase_Property()
org.eclipse.uml2.uml.InstanceSpecification getBase_InstanceSpecification()
If the meaning of the 'Base Instance Specification' reference isn't clear, there really should be more of a description here...
setBase_InstanceSpecification(InstanceSpecification)
,
DependableComponentPackage.getDependableComponent_Base_InstanceSpecification()
void setBase_InstanceSpecification(org.eclipse.uml2.uml.InstanceSpecification value)
Base Instance Specification
' reference.
value
- the new value of the 'Base Instance Specification' reference.getBase_InstanceSpecification()