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 Item
public net.sourceforge.plantuml.project.Duration getDuration()
getDuration
in interface Item
public net.sourceforge.plantuml.project.Load getLoad()
public net.sourceforge.plantuml.project.NumericNumber getWork()
public List<Item> getChildren()
getChildren
in interface Item
public void addChild(Item child)
Copyright © 2016. All Rights Reserved.