public interface ARINCFunction
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.uml2.uml.Operation |
getBase_Operation()
Returns the value of the 'Base Operation' reference.
|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Operation> |
getFollowedBy()
Returns the value of the 'Followed By' reference list.
|
org.eclipse.uml2.uml.Operation |
getFollowedBy(java.lang.String name,
org.eclipse.emf.common.util.EList<java.lang.String> ownedParameterNames,
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Type> ownedParameterTypes)
Retrieves the first
Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Followed By' reference list. |
org.eclipse.uml2.uml.Operation |
getFollowedBy(java.lang.String name,
org.eclipse.emf.common.util.EList<java.lang.String> ownedParameterNames,
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Type> ownedParameterTypes,
boolean ignoreCase)
Retrieves the first
Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Followed By' reference list. |
int |
getRateDivider()
Returns the value of the 'Rate Divider' attribute.
|
void |
setBase_Comment(org.eclipse.uml2.uml.Comment value)
Sets the value of the '
Base Comment ' reference. |
void |
setBase_Operation(org.eclipse.uml2.uml.Operation value)
Sets the value of the '
Base Operation ' reference. |
void |
setRateDivider(int value)
Sets the value of the '
Rate Divider ' attribute. |
org.eclipse.uml2.uml.Operation getBase_Operation()
If the meaning of the 'Base Operation' reference isn't clear, there really should be more of a description here...
setBase_Operation(Operation)
,
ARINCComponentModelPackage.getARINCFunction_Base_Operation()
void setBase_Operation(org.eclipse.uml2.uml.Operation value)
Base Operation
' reference.
value
- the new value of the 'Base Operation' reference.getBase_Operation()
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)
,
ARINCComponentModelPackage.getARINCFunction_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<org.eclipse.uml2.uml.Operation> getFollowedBy()
Operation
.
If the meaning of the 'Followed By' reference list isn't clear, there really should be more of a description here...
ARINCComponentModelPackage.getARINCFunction_FollowedBy()
org.eclipse.uml2.uml.Operation getFollowedBy(java.lang.String name, org.eclipse.emf.common.util.EList<java.lang.String> ownedParameterNames, org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Type> ownedParameterTypes)
Operation
with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Followed By' reference list.
name
- The 'Name' of the Operation
to retrieve, or null
.ownedParameterNames
- The 'Owned Parameter Names' of the Operation
to retrieve, or null
.ownedParameterTypes
- The 'Owned Parameter Types' of the Operation
to retrieve, or null
.Operation
with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', or null
.getFollowedBy()
org.eclipse.uml2.uml.Operation getFollowedBy(java.lang.String name, org.eclipse.emf.common.util.EList<java.lang.String> ownedParameterNames, org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Type> ownedParameterTypes, boolean ignoreCase)
Operation
with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Followed By' reference list.
name
- The 'Name' of the Operation
to retrieve, or null
.ownedParameterNames
- The 'Owned Parameter Names' of the Operation
to retrieve, or null
.ownedParameterTypes
- The 'Owned Parameter Types' of the Operation
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.Operation
with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', or null
.getFollowedBy()
int getRateDivider()
"1"
.
If the meaning of the 'Rate Divider' attribute isn't clear, there really should be more of a description here...
setRateDivider(int)
,
ARINCComponentModelPackage.getARINCFunction_RateDivider()
void setRateDivider(int value)
Rate Divider
' attribute.
value
- the new value of the 'Rate Divider' attribute.getRateDivider()