public interface ErrorModelBehavior
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Class |
getBase_Class()
Returns the value of the 'Base Class' reference.
|
org.eclipse.uml2.uml.Connector |
getBase_Connector()
Returns the value of the 'Base Connector' 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_Class(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Base Class ' reference. |
void |
setBase_Connector(org.eclipse.uml2.uml.Connector value)
Sets the value of the '
Base Connector ' 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.emf.common.util.EList<ErrorModel> getErrorModel()
ErrorModel
.
If the meaning of the 'Error Model' reference list isn't clear, there really should be more of a description here...
DependableComponentPackage.getErrorModelBehavior_ErrorModel()
org.eclipse.uml2.uml.Class getBase_Class()
If the meaning of the 'Base Class' reference isn't clear, there really should be more of a description here...
setBase_Class(org.eclipse.uml2.uml.Class)
,
DependableComponentPackage.getErrorModelBehavior_Base_Class()
void setBase_Class(org.eclipse.uml2.uml.Class value)
Base Class
' reference.
value
- the new value of the 'Base Class' reference.getBase_Class()
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.getErrorModelBehavior_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()
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.getErrorModelBehavior_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.Connector getBase_Connector()
If the meaning of the 'Base Connector' reference isn't clear, there really should be more of a description here...
setBase_Connector(Connector)
,
DependableComponentPackage.getErrorModelBehavior_Base_Connector()
void setBase_Connector(org.eclipse.uml2.uml.Connector value)
Base Connector
' reference.
value
- the new value of the 'Base Connector' reference.getBase_Connector()