org.eclipse.emf.henshin.model
Interface IteratedUnit

All Superinterfaces:
EObject, ModelElement, NamedElement, Notifier, UnaryUnit, Unit
All Known Implementing Classes:
IteratedUnitImpl

public interface IteratedUnit
extends UnaryUnit

A representation of the model object 'Iterated Unit'.

The following features are supported:

See Also:
HenshinPackage.getIteratedUnit()

Method Summary
 String getIterations()
          Returns the value of the 'Iterations' attribute.
 void setIterations(String value)
          Sets the value of the 'Iterations' attribute.
 
Methods inherited from interface org.eclipse.emf.henshin.model.UnaryUnit
getSubUnit, setSubUnit
 
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

getIterations

String getIterations()
Returns the value of the 'Iterations' attribute.

Returns:
the value of the 'Iterations' attribute.
See Also:
setIterations(String), HenshinPackage.getIteratedUnit_Iterations()

setIterations

void setIterations(String value)
Sets the value of the 'Iterations' attribute.

Parameters:
value - the new value of the 'Iterations' attribute.
See Also:
getIterations()