Class Message
java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractMessage
net.sourceforge.plantuml.sequencediagram.Message
- All Implemented Interfaces:
Event
,EventWithDeactivate
,Styleable
,WithStyle
-
Constructor Summary
ConstructorsConstructorDescriptionMessage
(StyleBuilder styleBuilder, Participant p1, Participant p2, Display label, ArrowConfiguration arrowConfiguration, java.lang.String messageNumber) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
dealWith
(Participant someone) java.util.List<Participant>
boolean
void
setMulticast
(java.util.List<Participant> multicast) java.lang.String
toString()
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractMessage
addLifeEvent, getAnchor, getArrowConfiguration, getLabel, getLabelNumbered, getMessageNumber, getNoteOnMessages, getPart1Anchor, getPart2Anchor, getPosYendLevel, getPosYstartLevel, getStereotype, getStyleSignature, getUrl, getUsedStyles, goParallel, hasUrl, isActivate, isActivateAndDeactive, isCreate, isDeactivate, isDestroy, isParallel, overrideNotePosition, setAnchor, setNote, setParallelBrother, setPart1Anchor, setPart2Anchor, setPosYendLevel, setPosYstartLevel, setUrl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Message
public Message(StyleBuilder styleBuilder, Participant p1, Participant p2, Display label, ArrowConfiguration arrowConfiguration, java.lang.String messageNumber)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getParticipant1
- Specified by:
getParticipant1
in classAbstractMessage
-
getParticipant2
- Specified by:
getParticipant2
in classAbstractMessage
-
dealWith
-
compatibleForCreate
- Specified by:
compatibleForCreate
in classAbstractMessage
-
isSelfMessage
public boolean isSelfMessage()- Specified by:
isSelfMessage
in classAbstractMessage
-
setMulticast
-
getMulticast
-