public interface Item
Modifier and Type | Method and Description |
---|---|
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() |
Instant getBegin()
Instant getCompleted()
net.sourceforge.plantuml.project.Duration getDuration()
net.sourceforge.plantuml.project.Load getLoad()
net.sourceforge.plantuml.project.NumericNumber getWork()
boolean isLeaf()
Item getParent()
String getCode()
boolean isValid()
Copyright © 2017. All Rights Reserved.