net.sourceforge.plantuml.sequencediagram
Class Notes

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.Notes
All Implemented Interfaces:
Iterable<Note>, Event

public class Notes
extends Object
implements Event, Iterable<Note>


Constructor Summary
Notes(Note n1, Note n2)
           
 
Method Summary
 void add(Note n)
           
 boolean dealWith(Participant someone)
           
 Url getUrl()
           
 Iterator<Note> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notes

public Notes(Note n1,
             Note n2)
Method Detail

add

public void add(Note n)

dealWith

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

getUrl

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

iterator

public Iterator<Note> iterator()
Specified by:
iterator in interface Iterable<Note>


Copyright © 2013. All Rights Reserved.