public interface Operation extends Feature, AbstractEvent, AbstractEventOperation
The following features are supported:
InformationPackage.getOperation()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Operation> |
getAllocatedOperations()
Returns the value of the 'Allocated Operations' reference list.
|
org.eclipse.emf.common.util.EList<Operation> |
getAllocatingOperations()
Returns the value of the 'Allocating Operations' reference list.
|
org.eclipse.emf.common.util.EList<ExchangeItemRealization> |
getOwnedExchangeItemRealizations()
Returns the value of the 'Owned Exchange Item Realizations' containment reference list.
|
org.eclipse.emf.common.util.EList<OperationAllocation> |
getOwnedOperationAllocation()
Returns the value of the 'Owned Operation Allocation' containment reference list.
|
org.eclipse.emf.common.util.EList<Parameter> |
getOwnedParameters()
Returns the value of the 'Owned Parameters' containment reference list.
|
org.eclipse.emf.common.util.EList<ExchangeItem> |
getRealizedExchangeItems()
Returns the value of the 'Realized Exchange Items' reference list.
|
getVisibility, isIsAbstract, isIsStatic, setIsAbstract, setIsStatic, setVisibilitygetAbstractTypedElementsgetInvokingSequenceMessagesgetName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<Parameter> getOwnedParameters()
Parameter.
If the meaning of the 'Owned Parameters' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getOperation_OwnedParameters()org.eclipse.emf.common.util.EList<Operation> getAllocatingOperations()
Operation.
It is bidirectional and its opposite is 'Allocated Operations'.
If the meaning of the 'Allocating Operations' reference list isn't clear, there really should be more of a description here...
InformationPackage.getOperation_AllocatingOperations(),
getAllocatedOperations()org.eclipse.emf.common.util.EList<Operation> getAllocatedOperations()
Operation.
It is bidirectional and its opposite is 'Allocating Operations'.
If the meaning of the 'Allocated Operations' reference list isn't clear, there really should be more of a description here...
InformationPackage.getOperation_AllocatedOperations(),
getAllocatingOperations()org.eclipse.emf.common.util.EList<OperationAllocation> getOwnedOperationAllocation()
OperationAllocation.
If the meaning of the 'Owned Operation Allocation' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getOperation_OwnedOperationAllocation()org.eclipse.emf.common.util.EList<ExchangeItemRealization> getOwnedExchangeItemRealizations()
ExchangeItemRealization.
If the meaning of the 'Owned Exchange Item Realizations' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getOperation_OwnedExchangeItemRealizations()org.eclipse.emf.common.util.EList<ExchangeItem> getRealizedExchangeItems()
ExchangeItem.
It is bidirectional and its opposite is 'Realizing Operations'.
If the meaning of the 'Realized Exchange Items' reference list isn't clear, there really should be more of a description here...
InformationPackage.getOperation_RealizedExchangeItems(),
ExchangeItem.getRealizingOperations()