Class GNode

java.lang.Object
net.sourceforge.plantuml.gitlog.GNode

public class GNode extends Object
  • Constructor Details

    • GNode

      public GNode()
  • Method Details

    • addText

      public void addText(String text)
    • isTop

      public boolean isTop()
    • getComment

      public final String getComment()
    • setComment

      public void setComment(String comment)
    • link

      public static void link(GNode n1, GNode n2)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDisplay

      public Display getDisplay()
    • getDowns

      public Collection<GNode> getDowns()
    • canEatTheNextOne

      public boolean canEatTheNextOne()
    • eatTheNextOne

      public GNode eatTheNextOne()