net.sourceforge.plantuml.sequencediagram
Class ParticipantEngloberContexted

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.ParticipantEngloberContexted

public class ParticipantEngloberContexted
extends Object


Constructor Summary
ParticipantEngloberContexted(ParticipantEnglober participantEnglober, Participant first)
           
 
Method Summary
 void add(Participant p)
           
 boolean contains(Participant p)
           
 Participant getFirst2()
           
 Participant getLast2()
           
 ParticipantEnglober getParticipantEnglober()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParticipantEngloberContexted

public ParticipantEngloberContexted(ParticipantEnglober participantEnglober,
                                    Participant first)
Method Detail

getParticipantEnglober

public final ParticipantEnglober getParticipantEnglober()

contains

public boolean contains(Participant p)

add

public void add(Participant p)

getFirst2

public final Participant getFirst2()

getLast2

public final Participant getLast2()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.