de.uka.ipd.sdq.pcm.usagemodel
Interface Stop
- All Superinterfaces:
- AbstractUserAction, Entity, Identifier, NamedElement
- All Known Implementing Classes:
- StopImpl
public interface Stop
- extends AbstractUserAction
A representation of the model object 'Stop'.
Each ScenarioBehaviour has exactly one Stop action which marks the action where the control flows ends. Stop actions have no successor.
- See Also:
UsagemodelPackage.getStop()
copyright
static final String copyright
-
- See Also:
- Constant Field Values
StopHasNoSuccessor
boolean StopHasNoSuccessor(DiagnosticChain diagnostics,
Map<Object,Object> context)
-
self.successor.oclIsUndefined()
- Parameters:
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.