net.sourceforge.plantuml.sequencediagram
Class Notes
java.lang.Object
net.sourceforge.plantuml.sequencediagram.Notes
- All Implemented Interfaces:
- Iterable<Note>, Event
public class Notes
- extends Object
- implements Event, Iterable<Note>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Notes
public Notes(Note n1,
Note n2)
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.