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()

Field Summary
static String copyright
           
 
Method Summary
 boolean StopHasNoSuccessor(DiagnosticChain diagnostics, Map<Object,Object> context)
          self.successor.oclIsUndefined()
 
Methods inherited from interface de.uka.ipd.sdq.pcm.usagemodel.AbstractUserAction
getPredecessor, getSuccessor, setPredecessor, setSuccessor
 
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, idHasToBeUnique, setId
 
Methods inherited from interface de.uka.ipd.sdq.pcm.core.entity.NamedElement
getEntityName, setEntityName
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

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.