net.sourceforge.plantuml.project
Class ParentItem
- java.lang.Object
-
- net.sourceforge.plantuml.project.ParentItem
-
-
Constructor Summary
Constructors Constructor and Description ParentItem(java.lang.String code, Item parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaddChild(Item child)InstantgetBegin()java.util.List<Item>getChildren()java.lang.StringgetCode()InstantgetCompleted()net.sourceforge.plantuml.project.DurationgetDuration()net.sourceforge.plantuml.project.LoadgetLoad()ItemgetParent()net.sourceforge.plantuml.project.NumericNumbergetWork()booleanisLeaf()booleanisValid()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ParentItem
public ParentItem(java.lang.String code, Item parent)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getCompleted
public Instant getCompleted()
- Specified by:
getCompletedin interfaceItem
-
getDuration
public net.sourceforge.plantuml.project.Duration getDuration()
- Specified by:
getDurationin interfaceItem
-
getLoad
public net.sourceforge.plantuml.project.Load getLoad()
-
getWork
public net.sourceforge.plantuml.project.NumericNumber getWork()
-
getChildren
public java.util.List<Item> getChildren()
- Specified by:
getChildrenin interfaceItem
-
addChild
public void addChild(Item child)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG