Package net.sourceforge.plantuml.bpm
Interface Navigator<O>
-
public interface Navigator<O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Oget()voidinsertAfter(O data)voidinsertBefore(O data)Onext()Oprevious()voidset(O data)
-