public class TaskInstant extends java.lang.Object implements Complement
Constructor and Description |
---|
TaskInstant(Moment task,
TaskAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
TaskAttribute |
getAttribute() |
Instant |
getInstantPrecise() |
Instant |
getInstantTheorical() |
Moment |
getMoment() |
boolean |
isTask() |
java.lang.String |
toString() |
TaskInstant |
withDelta(int newDelta) |
public TaskInstant(Moment task, TaskAttribute attribute)
public TaskInstant withDelta(int newDelta)
public Instant getInstantPrecise()
public Instant getInstantTheorical()
public java.lang.String toString()
toString
in class java.lang.Object
public final Moment getMoment()
public final boolean isTask()
public final TaskAttribute getAttribute()