Class Notes
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.AbstractEvent
-
- net.sourceforge.plantuml.sequencediagram.Notes
-
public class Notes extends AbstractEvent implements Event, java.lang.Iterable<Note>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Note n)
java.util.List<Note>
asList()
boolean
dealWith(Participant someone)
Note
get(int i)
java.util.Iterator<Note>
iterator()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
getUrl, hasUrl, isParallel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.Event
getUrl, hasUrl, isParallel
-
-