net.sourceforge.plantuml.project
Interface Item

All Known Implementing Classes:
Jalon, ParentItem

public interface Item


Method Summary
 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()
           
 

Method Detail

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 © 2011. All Rights Reserved.