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

public class Notes extends AbstractEvent implements Event, java.lang.Iterable<Note>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Notes(Note n1, Note n2)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Note n)
     
    java.util.List<Note>
     
    boolean
     
    get(int i)
     
    java.util.Iterator<Note>
     

    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

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • Notes

      public Notes(Note n1, Note n2)
  • Method Details

    • add

      public void add(Note n)
    • dealWith

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

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

      public Note get(int i)
    • asList

      public java.util.List<Note> asList()