| Constructor and Description |
|---|
ParentItem(java.lang.String code,
Item parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Item child) |
Instant |
getBegin() |
java.util.List<Item> |
getChildren() |
java.lang.String |
getCode() |
Instant |
getCompleted() |
net.sourceforge.plantuml.project.Duration |
getDuration() |
net.sourceforge.plantuml.project.Load |
getLoad() |
Item |
getParent() |
net.sourceforge.plantuml.project.NumericNumber |
getWork() |
boolean |
isLeaf() |
boolean |
isValid() |
java.lang.String |
toString() |
public ParentItem(java.lang.String code,
Item parent)
public java.lang.String toString()
toString in class java.lang.Objectpublic Instant getCompleted()
getCompleted in interface Itempublic net.sourceforge.plantuml.project.Duration getDuration()
getDuration in interface Itempublic net.sourceforge.plantuml.project.Load getLoad()
public net.sourceforge.plantuml.project.NumericNumber getWork()
public java.util.List<Item> getChildren()
getChildren in interface Itempublic void addChild(Item child)