Interface AbstractUserAction

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, NamedElement, Notifier, PCMBaseClass, PCMClass
All Known Subinterfaces:
Branch, Delay, EntryLevelSystemCall, Loop, Start, Stop
All Known Implementing Classes:
AbstractUserActionImpl, BranchImpl, DelayImpl, EntryLevelSystemCallImpl, LoopImpl, StartImpl, StopImpl

public interface AbstractUserAction extends Entity
A representation of the model object 'Abstract User Action'. See the AbstractAction documentation for why it is advantageous to model control flow in this way, as the same principle is used in the RDSEFF language. Concrete user actions of the usage model are: - Branch - Loop - EntryLevelSystemCall - Delay

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"