net.sourceforge.plantuml.project2
Interface TimeLine

All Known Implementing Classes:
TimeLineDay

public interface TimeLine


Method Summary
 TimeResolution getTimeResolution()
           
 boolean isClosed(TimeElement timeElement)
           
 TimeElement next(TimeElement timeElement)
           
 TimeElement previous(TimeElement timeElement)
           
 

Method Detail

next

TimeElement next(TimeElement timeElement)

previous

TimeElement previous(TimeElement timeElement)

getTimeResolution

TimeResolution getTimeResolution()

isClosed

boolean isClosed(TimeElement timeElement)


Copyright © 2014. All Rights Reserved.