net.sourceforge.plantuml.project
Class ParentItem

java.lang.Object
  extended by net.sourceforge.plantuml.project.ParentItem
All Implemented Interfaces:
Item

public class ParentItem
extends Object
implements Item


Constructor Summary
ParentItem(String code, Item parent)
           
 
Method Summary
 void addChild(Item child)
           
 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()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParentItem

public ParentItem(String code,
                  Item parent)
Method Detail

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.