Class LifeEvent
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.AbstractEvent
-
- net.sourceforge.plantuml.sequencediagram.LifeEvent
-
- All Implemented Interfaces:
Event
public class LifeEvent extends AbstractEvent implements Event
-
-
Constructor Summary
Constructors Constructor Description LifeEvent(Participant p, LifeEventType type, SymbolContext backcolor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
dealWith(Participant someone)
AbstractMessage
getMessage()
Participant
getParticipant()
SymbolContext
getSpecificColors()
LifeEventType
getType()
boolean
isActivate()
boolean
isDeactivate()
boolean
isDeactivateOrDestroy()
boolean
isDestroy(Participant p)
void
setMessage(AbstractMessage message)
String
toString()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
getUrl, hasUrl, isParallel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.Event
getUrl, hasUrl, isParallel
-
-
-
-
Constructor Detail
-
LifeEvent
public LifeEvent(Participant p, LifeEventType type, SymbolContext backcolor)
-
-
Method Detail
-
getParticipant
public Participant getParticipant()
-
getType
public LifeEventType getType()
-
getSpecificColors
public SymbolContext getSpecificColors()
-
dealWith
public boolean dealWith(Participant someone)
-
isActivate
public boolean isActivate()
-
isDeactivateOrDestroy
public boolean isDeactivateOrDestroy()
-
isDeactivate
public boolean isDeactivate()
-
isDestroy
public boolean isDestroy(Participant p)
-
setMessage
public void setMessage(AbstractMessage message)
-
getMessage
public AbstractMessage getMessage()
-
-