| Constructor and Description |
|---|
ParentItem(String code,
Item parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Item child) |
Instant |
getBegin() |
List<Item> |
getChildren() |
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() |
String |
toString() |
public 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 List<Item> getChildren()
getChildren in interface Itempublic void addChild(Item child)
Copyright © 2017. All rights reserved.