org.eclipse.emf.henshin.model
Interface UnaryUnit

All Superinterfaces:
EObject, ModelElement, NamedElement, Notifier, Unit
All Known Subinterfaces:
IteratedUnit, LoopUnit
All Known Implementing Classes:
IteratedUnitImpl, LoopUnitImpl, UnaryUnitImpl

public interface UnaryUnit
extends Unit

A representation of the model object 'Unary Unit'.

The following features are supported:

See Also:
HenshinPackage.getUnaryUnit()

Method Summary
 Unit getSubUnit()
          Returns the value of the 'Sub Unit' reference.
 void setSubUnit(Unit value)
          Sets the value of the 'Sub Unit' reference.
 
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

getSubUnit

Unit getSubUnit()
Returns the value of the 'Sub Unit' reference.

Returns:
the value of the 'Sub Unit' reference.
See Also:
setSubUnit(Unit), HenshinPackage.getUnaryUnit_SubUnit()

setSubUnit

void setSubUnit(Unit value)
Sets the value of the 'Sub Unit' reference.

Parameters:
value - the new value of the 'Sub Unit' reference.
See Also:
getSubUnit()