public interface RunTimeSupport
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Comment |
getBase_Comment()
Returns the value of the 'Base Comment' reference.
|
boolean |
isMonitoring()
Returns the value of the 'Monitoring' attribute.
|
boolean |
isVerification()
Returns the value of the 'Verification' attribute.
|
void |
setBase_Comment(org.eclipse.uml2.uml.Comment value)
Sets the value of the '
Base Comment ' reference. |
void |
setMonitoring(boolean value)
Sets the value of the '
Monitoring ' attribute. |
void |
setVerification(boolean value)
Sets the value of the '
Verification ' attribute. |
boolean isMonitoring()
If the meaning of the 'Monitoring' attribute isn't clear, there really should be more of a description here...
setMonitoring(boolean)
,
RTComponentModelPackage.getRunTimeSupport_Monitoring()
void setMonitoring(boolean value)
Monitoring
' attribute.
value
- the new value of the 'Monitoring' attribute.isMonitoring()
boolean isVerification()
If the meaning of the 'Verification' attribute isn't clear, there really should be more of a description here...
setVerification(boolean)
,
RTComponentModelPackage.getRunTimeSupport_Verification()
void setVerification(boolean value)
Verification
' attribute.
value
- the new value of the 'Verification' attribute.isVerification()
org.eclipse.uml2.uml.Comment getBase_Comment()
If the meaning of the 'Base Comment' reference isn't clear, there really should be more of a description here...
setBase_Comment(Comment)
,
RTComponentModelPackage.getRunTimeSupport_Base_Comment()
void setBase_Comment(org.eclipse.uml2.uml.Comment value)
Base Comment
' reference.
value
- the new value of the 'Base Comment' reference.getBase_Comment()