net.sourceforge.plantuml.sequencediagram
Class Notes

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

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


Constructor Summary
Notes(Note n1, Note n2)
           
 
Method Summary
 void add(Note n)
           
 boolean dealWith(Participant someone)
           
 Url getUrl()
           
 boolean hasUrl()
           
 java.util.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

hasUrl

public boolean hasUrl()
Specified by:
hasUrl in interface Event

iterator

public java.util.Iterator<Note> iterator()
Specified by:
iterator in interface java.lang.Iterable<Note>


Copyright © 2014. All Rights Reserved.