de.uka.ipd.sdq.pcm.seff
Interface StartAction
- All Superinterfaces:
- AbstractAction, AbstractInternalControlFlowAction, Entity, Identifier, NamedElement
- All Known Implementing Classes:
- StartActionImpl
public interface StartAction
- extends AbstractInternalControlFlowAction
A representation of the model object 'Start Action'.
StartActions initiate a scenario behaviour and contain only a successor.
- See Also:
SeffPackage.getStartAction()
copyright
static final String copyright
-
- See Also:
- Constant Field Values
StartActionPredecessorMustNotBeDefined
boolean StartActionPredecessorMustNotBeDefined(DiagnosticChain diagnostics,
Map<Object,Object> context)
-
self.predecessor_AbstractAction.oclIsUndefined()
- Parameters:
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.