Class TaskInstant
- java.lang.Object
-
- net.sourceforge.plantuml.project.core.TaskInstant
-
public class TaskInstant extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TaskInstant(Moment task, TaskAttribute attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskAttributegetAttribute()DaygetInstantPrecise()DaygetInstantTheorical()MomentgetMoment()booleanisTask()booleansameRowAs(TaskInstant dest)java.lang.StringtoString()TaskInstantwithDelta(int newDelta, GanttConstraintMode mode, LoadPlanable calendar)
-
-
-
Constructor Detail
-
TaskInstant
public TaskInstant(Moment task, TaskAttribute attribute)
-
-
Method Detail
-
withDelta
public TaskInstant withDelta(int newDelta, GanttConstraintMode mode, LoadPlanable calendar)
-
getInstantPrecise
public Day getInstantPrecise()
-
getInstantTheorical
public Day getInstantTheorical()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMoment
public final Moment getMoment()
-
isTask
public final boolean isTask()
-
getAttribute
public final TaskAttribute getAttribute()
-
sameRowAs
public boolean sameRowAs(TaskInstant dest)
-
-