Class AbstractMessage

    • Method Detail

      • getStereotype

        public void getStereotype​(Stereotype stereotype)
      • setUrl

        public final void setUrl​(Url url)
      • goParallel

        public void goParallel()
      • setParallelBrother

        public void setParallelBrother​(AbstractMessage brother)
      • isParallel

        public boolean isParallel()
        Specified by:
        isParallel in interface Event
      • getUrl

        public final Url getUrl()
        Specified by:
        getUrl in interface Event
      • hasUrl

        public boolean hasUrl()
        Specified by:
        hasUrl in interface Event
      • isCreate

        public final boolean isCreate()
      • isActivate

        public boolean isActivate()
      • isDeactivate

        public boolean isDeactivate()
      • isDestroy

        public boolean isDestroy()
      • isActivateAndDeactive

        public final boolean isActivateAndDeactive()
      • getLabel

        public final Display getLabel()
      • getLabelNumbered

        public final Display getLabelNumbered()
      • getNoteOnMessages

        public final List<Note> getNoteOnMessages()
      • setNote

        public final void setNote​(Note note)
      • getMessageNumber

        public final String getMessageNumber()
      • compatibleForCreate

        public abstract boolean compatibleForCreate​(Participant p)
      • isSelfMessage

        public abstract boolean isSelfMessage()
      • getPosYstartLevel

        public double getPosYstartLevel()
      • setPosYstartLevel

        public void setPosYstartLevel​(double posYstartLevel)
      • setAnchor

        public void setAnchor​(String anchor)
      • setPart1Anchor

        public void setPart1Anchor​(String anchor)
      • setPart2Anchor

        public void setPart2Anchor​(String anchor)
      • getAnchor

        public String getAnchor()
      • getPart1Anchor

        public String getPart1Anchor()
      • getPart2Anchor

        public String getPart2Anchor()
      • getParticipant1

        public abstract Participant getParticipant1()
      • getParticipant2

        public abstract Participant getParticipant2()