net.sourceforge.plantuml.project
Class ParentItem
java.lang.Object
net.sourceforge.plantuml.project.ParentItem
- All Implemented Interfaces:
- Item
public class ParentItem
- extends java.lang.Object
- implements Item
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParentItem
public ParentItem(java.lang.String code,
Item parent)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.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 java.util.List<Item> getChildren()
- Specified by:
getChildren
in interface Item
getCode
public java.lang.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 © 2011. All Rights Reserved.