Interface OperationCollection

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OperationCollectionImpl

public interface OperationCollection
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Operation Collection'.

The following features are supported:

See Also:
CollectionPackage.getOperationCollection()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EMap<java.lang.String,​OperationType> getCallees()
    Returns the value of the 'Callees' map.
    org.eclipse.emf.common.util.EMap<java.lang.String,​OperationType> getCallers()
    Returns the value of the 'Callers' map.
    ComponentType getProvided()
    Returns the value of the 'Provided' reference.
    ComponentType getRequired()
    Returns the value of the 'Required' reference.
    void setProvided​(ComponentType value)
    Sets the value of the 'Provided' reference.
    void setRequired​(ComponentType value)
    Sets the value of the 'Required' reference.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver