net.sourceforge.plantuml.sequencediagram
Class LifeEvent

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

public class LifeEvent
extends Object
implements Event


Constructor Summary
LifeEvent(Participant p, LifeEventType type, HtmlColor backcolor)
           
 
Method Summary
 boolean dealWith(Participant someone)
           
 Participant getParticipant()
           
 HtmlColor getSpecificBackColor()
           
 LifeEventType getType()
           
 Url getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeEvent

public LifeEvent(Participant p,
                 LifeEventType type,
                 HtmlColor backcolor)
Method Detail

getParticipant

public Participant getParticipant()

getType

public LifeEventType getType()

getSpecificBackColor

public HtmlColor getSpecificBackColor()

dealWith

public boolean dealWith(Participant someone)
Specified by:
dealWith in interface Event

getUrl

public Url getUrl()
Specified by:
getUrl in interface Event


Copyright © 2012. All Rights Reserved.