org.eclipse.emf.henshin.model
Interface MultiUnit

All Superinterfaces:
EObject, ModelElement, NamedElement, Notifier, Unit
All Known Subinterfaces:
IndependentUnit, PriorityUnit, SequentialUnit
All Known Implementing Classes:
IndependentUnitImpl, MultiUnitImpl, PriorityUnitImpl, SequentialUnitImpl

public interface MultiUnit
extends Unit

A representation of the model object 'Multi Unit'.

The following features are supported:

See Also:
HenshinPackage.getMultiUnit()

Method Summary
 EList<Unit> getSubUnits()
          Returns the value of the 'Sub Units' reference list.
 
Methods inherited from interface org.eclipse.emf.henshin.model.Unit
getModule, getParameter, getParameterMappings, getParameters, getSubUnits, isActivated, setActivated
 
Methods inherited from interface org.eclipse.emf.henshin.model.NamedElement
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.henshin.model.ModelElement
getAnnotations
 
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
 

Method Detail

getSubUnits

EList<Unit> getSubUnits()
Returns the value of the 'Sub Units' reference list. The list contents are of type Unit.

Returns:
the value of the 'Sub Units' reference list.
See Also:
HenshinPackage.getMultiUnit_SubUnits()