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 TaskAttribute
getAttribute()
Day
getInstantPrecise()
Day
getInstantTheorical()
Moment
getMoment()
boolean
isTask()
boolean
sameRowAs(TaskInstant dest)
java.lang.String
toString()
TaskInstant
withDelta(int newDelta)
-
-
-
Constructor Detail
-
TaskInstant
public TaskInstant(Moment task, TaskAttribute attribute)
-
-
Method Detail
-
withDelta
public TaskInstant withDelta(int newDelta)
-
getInstantPrecise
public Day getInstantPrecise()
-
getInstantTheorical
public Day getInstantTheorical()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getMoment
public final Moment getMoment()
-
isTask
public final boolean isTask()
-
getAttribute
public final TaskAttribute getAttribute()
-
sameRowAs
public boolean sameRowAs(TaskInstant dest)
-
-