Package net.sourceforge.plantuml.gitlog
Class GNode
java.lang.Object
net.sourceforge.plantuml.gitlog.GNode
public class GNode
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
GNode
public GNode()
-
-
Method Details
-
addText
public void addText(java.lang.String text) -
isTop
public boolean isTop() -
getComment
public final java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
link
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getDisplay
-
getDowns
-
canEatTheNextOne
public boolean canEatTheNextOne() -
eatTheNextOne
-