public class LifeEvent extends AbstractEvent implements Event
| Constructor and Description |
|---|
LifeEvent(Participant p,
LifeEventType type,
SymbolContext backcolor) |
| Modifier and Type | Method and 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 |
setLinkedToGroupingEnd(boolean linkedToGroupingEnd) |
void |
setMessage(AbstractMessage message) |
java.lang.String |
toString() |
getUrl, hasUrl, isParallelclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetUrl, hasUrl, isParallelpublic LifeEvent(Participant p, LifeEventType type, SymbolContext backcolor)
public java.lang.String toString()
toString in class java.lang.Objectpublic Participant getParticipant()
public LifeEventType getType()
public SymbolContext getSpecificColors()
public boolean dealWith(Participant someone)
public boolean isActivate()
public boolean isDeactivateOrDestroy()
@Deprecated public boolean isDestroy()
public boolean isDestroy(Participant p)
public void setMessage(AbstractMessage message)
public AbstractMessage getMessage()
public void setLinkedToGroupingEnd(boolean linkedToGroupingEnd)