net.sourceforge.plantuml.project
Class Project
java.lang.Object
net.sourceforge.plantuml.project.Project
public class Project
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Project
public Project()
getStart
public final Instant getStart()
getEnd
public final Instant getEnd()
createVariable
public net.sourceforge.plantuml.project.FreeVariable createVariable(String name,
net.sourceforge.plantuml.project.NumericType type)
getExpression
public Expression getExpression(String desc)
affectation
public boolean affectation(String destination,
Expression expression)
getValidItems
public List<Item> getValidItems()
getDayClose
public final net.sourceforge.plantuml.project.DayClose getDayClose()
closeWeekDay
public void closeWeekDay(WeekDay weekDay)
Copyright © 2014. All Rights Reserved.