public interface FPTC extends DependableComponent
The following features are supported:
FailurePropagationPackage.getFPTC()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Comment |
getBase_Comment()
Returns the value of the 'Base Comment' reference.
|
org.eclipse.uml2.uml.Connector |
getBase_Connector()
Returns the value of the 'Base Connector' reference.
|
java.lang.String |
getFptc()
Returns the value of the 'Fptc' attribute.
|
void |
setBase_Comment(org.eclipse.uml2.uml.Comment value)
Sets the value of the '
Base Comment ' reference. |
void |
setBase_Connector(org.eclipse.uml2.uml.Connector value)
Sets the value of the '
Base Connector ' reference. |
void |
setFptc(java.lang.String value)
Sets the value of the '
Fptc ' attribute. |
getBase_Component, getBase_InstanceSpecification, getBase_Property, getErrorModel, setBase_Component, setBase_InstanceSpecification, setBase_Property
java.lang.String getFptc()
If the meaning of the 'Fptc' attribute isn't clear, there really should be more of a description here...
setFptc(String)
,
FailurePropagationPackage.getFPTC_Fptc()
void setFptc(java.lang.String value)
Fptc
' attribute.
value
- the new value of the 'Fptc' attribute.getFptc()
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)
,
FailurePropagationPackage.getFPTC_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()
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)
,
FailurePropagationPackage.getFPTC_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()