public interface InternalFault
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Transition |
getBase_Transition()
Returns the value of the 'Base Transition' reference.
|
java.lang.String |
getOccurrence()
Returns the value of the 'Occurrence' attribute.
|
java.lang.String |
getWeight()
Returns the value of the 'Weight' attribute.
|
void |
setBase_Transition(org.eclipse.uml2.uml.Transition value)
Sets the value of the '
Base Transition ' reference. |
void |
setOccurrence(java.lang.String value)
Sets the value of the '
Occurrence ' attribute. |
void |
setWeight(java.lang.String value)
Sets the value of the '
Weight ' attribute. |
java.lang.String getOccurrence()
If the meaning of the 'Occurrence' attribute isn't clear, there really should be more of a description here...
setOccurrence(String)
,
ThreatsPropagationPackage.getInternalFault_Occurrence()
void setOccurrence(java.lang.String value)
Occurrence
' attribute.
value
- the new value of the 'Occurrence' attribute.getOccurrence()
org.eclipse.uml2.uml.Transition getBase_Transition()
If the meaning of the 'Base Transition' reference isn't clear, there really should be more of a description here...
setBase_Transition(Transition)
,
ThreatsPropagationPackage.getInternalFault_Base_Transition()
void setBase_Transition(org.eclipse.uml2.uml.Transition value)
Base Transition
' reference.
value
- the new value of the 'Base Transition' reference.getBase_Transition()
java.lang.String getWeight()
If the meaning of the 'Weight' attribute isn't clear, there really should be more of a description here...
setWeight(String)
,
ThreatsPropagationPackage.getInternalFault_Weight()
void setWeight(java.lang.String value)
Weight
' attribute.
value
- the new value of the 'Weight' attribute.getWeight()