net.sourceforge.plantuml.project
Interface Item
- All Known Implementing Classes:
- Jalon, ParentItem
public interface Item
getBegin
Instant getBegin()
getCompleted
Instant getCompleted()
getDuration
net.sourceforge.plantuml.project.Duration getDuration()
getLoad
net.sourceforge.plantuml.project.Load getLoad()
getWork
net.sourceforge.plantuml.project.NumericNumber getWork()
isLeaf
boolean isLeaf()
getParent
Item getParent()
getChildren
List<Item> getChildren()
getCode
String getCode()
isValid
boolean isValid()
Copyright © 2012. All Rights Reserved.