Alle Superschnittstellen:
IAbstractElement, IBehaviorDescribingComponent, IContainableElement<ISubjectBehavior>, IHasSimple2DVisualizationLine, IImplementingElement, IImplementingElementT<ITransition>, IPASSProcessModelElement, ITransition, IValueChangedObserver<IPASSProcessModelElement>, IValueChangedPublisher<IPASSProcessModelElement>
Alle bekannten Implementierungsklassen:
SendingFailedTransition

public interface ISendingFailedTransition extends ITransition
Interface to the sending failed transition
  • Methodendetails

    • setSourceState

      void setSourceState(IState source, int removeCascadeDepth)
      Method that sets the source state (where the transition is coming from)
      Angegeben von:
      setSourceState in Schnittstelle ITransition
      Parameter:
      source - the source state
      removeCascadeDepth - Parses the depth of a cascading delete for elements that are connected to the currently deleted one
    • setSourceState

      void setSourceState(IState source)
      Method that sets the source state (where the transition is coming from)
      Angegeben von:
      setSourceState in Schnittstelle ITransition
      Parameter:
      source - the source state
    • getSourceState

      ISendState getSourceState()
      Method that returns the source state (where the transition is coming from)
      Angegeben von:
      getSourceState in Schnittstelle ITransition
      Gibt zurück:
      The source state attribute of the instance
    • setTransitionCondition

      void setTransitionCondition(ITransitionCondition sendingFailedCondition, int removeCascadeDepth)
      Method that sets the transition condition attribute of the instance
      Angegeben von:
      setTransitionCondition in Schnittstelle ITransition
      Parameter:
      sendingFailedCondition - the transition condition
      removeCascadeDepth - Parses the depth of a cascading delete for elements that are connected to the currently deleted one
    • setTransitionCondition

      void setTransitionCondition(ITransitionCondition sendingFailedCondition)
      Method that sets the transition condition attribute of the instance
      Angegeben von:
      setTransitionCondition in Schnittstelle ITransition
      Parameter:
      sendingFailedCondition - the transition condition
    • getTransitionCondition

      ISendingFailedCondition getTransitionCondition()
      Method that returns the transition condition attribute of the instance
      Angegeben von:
      getTransitionCondition in Schnittstelle ITransition
      Gibt zurück:
      The transition condition attribute of the instance