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