Interface ProcessPackage

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MethodElement, MethodPackage, NamedElement, Namespace, org.eclipse.emf.common.notify.Notifier, Package, PackageableElement
All Known Subinterfaces:
ProcessComponent
All Known Implementing Classes:
ProcessComponentImpl, ProcessPackageImpl

public interface ProcessPackage
extends MethodPackage
A representation of the model object 'Process Package'. Process Package is a special Method Package that contains Process Elements, only. A key separation of concerns in UMA is the distinction between Method Content and Process. This separation is enforced by special package types, which do not allow the mixing of method content with processes.

The following features are supported:

See Also:
UmaPackage.getProcessPackage()
  • Method Details