net.sourceforge.plantuml.project
Class ParentItem
java.lang.Object
net.sourceforge.plantuml.project.ParentItem
- All Implemented Interfaces:
- Item
public class ParentItem
- extends Object
- implements Item
ParentItem
public ParentItem(String code,
Item parent)
toString
public String toString()
- Overrides:
toString
in class Object
getBegin
public Instant getBegin()
- Specified by:
getBegin
in interface Item
getCompleted
public Instant getCompleted()
- Specified by:
getCompleted
in interface Item
getDuration
public net.sourceforge.plantuml.project.Duration getDuration()
- Specified by:
getDuration
in interface Item
getLoad
public net.sourceforge.plantuml.project.Load getLoad()
- Specified by:
getLoad
in interface Item
getWork
public net.sourceforge.plantuml.project.NumericNumber getWork()
- Specified by:
getWork
in interface Item
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf
in interface Item
getParent
public Item getParent()
- Specified by:
getParent
in interface Item
getChildren
public List<Item> getChildren()
- Specified by:
getChildren
in interface Item
getCode
public String getCode()
- Specified by:
getCode
in interface Item
addChild
public void addChild(Item child)
isValid
public boolean isValid()
- Specified by:
isValid
in interface Item
Copyright © 2012. All Rights Reserved.