net.sourceforge.plantuml.sequencediagram
Class Message

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.AbstractMessage
      extended by net.sourceforge.plantuml.sequencediagram.Message
All Implemented Interfaces:
Event

public class Message
extends AbstractMessage


Constructor Summary
Message(Participant p1, Participant p2, Display label, ArrowConfiguration arrowConfiguration, String messageNumber)
           
 
Method Summary
 boolean compatibleForCreate(Participant p)
           
 boolean dealWith(Participant someone)
           
 Participant getParticipant1()
           
 Participant getParticipant2()
           
 
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractMessage
addLifeEvent, getArrowConfiguration, getLabel, getLiveEvents, getMessageNumber, getNote, getNotePosition, getSpecificBackColor, getUrl, getUrlNote, isActivate, isActivateAndDeactive, isCreate, isDeactivate, overideNotePosition, setNote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message(Participant p1,
               Participant p2,
               Display label,
               ArrowConfiguration arrowConfiguration,
               String messageNumber)
Method Detail

getParticipant1

public Participant getParticipant1()

getParticipant2

public Participant getParticipant2()

dealWith

public boolean dealWith(Participant someone)

compatibleForCreate

public boolean compatibleForCreate(Participant p)
Specified by:
compatibleForCreate in class AbstractMessage


Copyright © 2013. All Rights Reserved.