net.sourceforge.plantuml.project
Interface Item
-
- All Known Implementing Classes:
- Jalon, ParentItem
public interface Item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description 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()
-
-
-
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
java.util.List<Item> getChildren()
-
getCode
java.lang.String getCode()
-
isValid
boolean isValid()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG