Interface WorkOrder

All Superinterfaces:
Classifier, DescribableElement, Element, org.eclipse.emf.ecore.EObject, MethodElement, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement, ProcessElement, Type
All Known Implementing Classes:
WorkOrderImpl

public interface WorkOrder
extends ProcessElement
A representation of the model object 'Work Order'. Work Order is a Method Element that represents a relationship between two Breakdown Elements in which one Breakdown Elements depends on the start or finish of another Breakdown Elements in order to begin or end. (Note, Work Order is not modeled as an Association Class to provide a straightforward mapping to XMI and EMF.) The Work Order class defines predecessor and successor relations amongst Breakdown Elements. This information is in particular critical for planning applications. See more details on different types of Work Order relationships at Work Order Type.

The following features are supported:

See Also:
UmaPackage.getWorkOrder()