public interface FPTCSpecification
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.
|
org.eclipse.emf.common.util.EList<FailureType> |
getFailure()
Returns the value of the 'Failure' attribute list.
|
org.eclipse.emf.common.util.EList<FailureMode> |
getFailureMode()
Returns the value of the 'Failure Mode' reference list.
|
org.eclipse.uml2.uml.Property |
getPartWithPort()
Returns the value of the 'Part With Port' reference.
|
void |
setBase_Comment(org.eclipse.uml2.uml.Comment value)
Sets the value of the '
Base Comment ' reference. |
void |
setPartWithPort(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Part With Port ' reference. |
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.getFPTCSpecification_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.emf.common.util.EList<FailureType> getFailure()
FailureType
.
The literals are from the enumeration FailureType
.
If the meaning of the 'Failure' attribute list isn't clear, there really should be more of a description here...
FailureType
,
FailurePropagationPackage.getFPTCSpecification_Failure()
org.eclipse.uml2.uml.Property getPartWithPort()
If the meaning of the 'Part With Port' reference isn't clear, there really should be more of a description here...
setPartWithPort(Property)
,
FailurePropagationPackage.getFPTCSpecification_PartWithPort()
void setPartWithPort(org.eclipse.uml2.uml.Property value)
Part With Port
' reference.
value
- the new value of the 'Part With Port' reference.getPartWithPort()
org.eclipse.emf.common.util.EList<FailureMode> getFailureMode()
FailureMode
.
If the meaning of the 'Failure Mode' reference list isn't clear, there really should be more of a description here...
FailurePropagationPackage.getFPTCSpecification_FailureMode()