public interface FunctionalPartition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Component |
getBase_Component()
Returns the value of the 'Base Component' reference.
|
java.lang.String |
getMAF()
Returns the value of the 'MAF' attribute.
|
java.lang.String |
getMIF()
Returns the value of the 'MIF' attribute.
|
java.lang.String |
getSchedulingTable()
Returns the value of the 'Scheduling Table' attribute.
|
java.lang.String |
getUtilization()
Returns the value of the 'Utilization' attribute.
|
void |
setBase_Component(org.eclipse.uml2.uml.Component value)
Sets the value of the '
Base Component ' reference. |
void |
setMAF(java.lang.String value)
Sets the value of the '
MAF ' attribute. |
void |
setMIF(java.lang.String value)
Sets the value of the '
MIF ' attribute. |
void |
setSchedulingTable(java.lang.String value)
Sets the value of the '
Scheduling Table ' attribute. |
void |
setUtilization(java.lang.String value)
Sets the value of the '
Utilization ' attribute. |
java.lang.String getUtilization()
If the meaning of the 'Utilization' attribute isn't clear, there really should be more of a description here...
setUtilization(String)
,
ComponentModelPackage.getFunctionalPartition_Utilization()
void setUtilization(java.lang.String value)
Utilization
' attribute.
value
- the new value of the 'Utilization' attribute.getUtilization()
org.eclipse.uml2.uml.Component getBase_Component()
If the meaning of the 'Base Component' reference isn't clear, there really should be more of a description here...
setBase_Component(Component)
,
ComponentModelPackage.getFunctionalPartition_Base_Component()
void setBase_Component(org.eclipse.uml2.uml.Component value)
Base Component
' reference.
value
- the new value of the 'Base Component' reference.getBase_Component()
java.lang.String getMAF()
If the meaning of the 'MAF' attribute isn't clear, there really should be more of a description here...
setMAF(String)
,
ComponentModelPackage.getFunctionalPartition_MAF()
void setMAF(java.lang.String value)
MAF
' attribute.
value
- the new value of the 'MAF' attribute.getMAF()
java.lang.String getMIF()
If the meaning of the 'MIF' attribute isn't clear, there really should be more of a description here...
setMIF(String)
,
ComponentModelPackage.getFunctionalPartition_MIF()
void setMIF(java.lang.String value)
MIF
' attribute.
value
- the new value of the 'MIF' attribute.getMIF()
java.lang.String getSchedulingTable()
If the meaning of the 'Scheduling Table' attribute isn't clear, there really should be more of a description here...
setSchedulingTable(String)
,
ComponentModelPackage.getFunctionalPartition_SchedulingTable()
void setSchedulingTable(java.lang.String value)
Scheduling Table
' attribute.
value
- the new value of the 'Scheduling Table' attribute.getSchedulingTable()