Interface Stop

  • All Superinterfaces:
    AbstractUserAction, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, NamedElement, Notifier
    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()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • StopHasNoSuccessor

        boolean StopHasNoSuccessor​(DiagnosticChain diagnostics,
                                   Map<Object,​Object> context)
        Parameters:
        diagnostics - The chain of diagnostics to which problems are to be appended.
        context - The cache of context-specific information.
        Generated class or method.
        EMF model class or method.
        annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.successor.oclIsUndefined()'"