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 Deprecated Methods Modifier and Type Method Description boolean
dealWith(Participant someone)
AbstractMessage
getMessage()
Participant
getParticipant()
SymbolContext
getSpecificColors()
LifeEventType
getType()
boolean
isActivate()
boolean
isDeactivateOrDestroy()
boolean
isDestroy()
Deprecated.boolean
isDestroy(Participant p)
void
setMessage(AbstractMessage message)
java.lang.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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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()
-
isDestroy
@Deprecated public boolean isDestroy()
Deprecated.
-
isDestroy
public boolean isDestroy(Participant p)
-
setMessage
public void setMessage(AbstractMessage message)
-
getMessage
public AbstractMessage getMessage()
-
-