Interface ContentPackage

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

public interface ContentPackage
extends MethodPackage
A representation of the model object 'Content Package'. A Content Package is special Method Package that contains Content Elements and Content Elements, only. Examples for Content Element are Artifacts, Tasks, Roles, etc. 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.getContentPackage()