Interface Start

  • 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:
    StartImpl

    public interface Start
    extends AbstractUserAction
    A representation of the model object 'Start'. Each ScenarioBehaviour has exactly one Start action which marks the action where the control flows begins. Start actions have no predecessor.
    See Also:
    UsagemodelPackage.getStart()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • StartHasNoPredecessor

        boolean StartHasNoPredecessor​(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.predecessor.oclIsUndefined()'"