public class LetTask
extends java.lang.Object
Constructor and Description |
---|
LetTask(Actor actor,
long let,
long invocationPeriod,
long start)
Create a new LET task.
|
Modifier and Type | Method and Description |
---|---|
Actor |
getActor()
Return the actor representing the task.
|
long |
getInvocationPeriod()
Return the invocation period of the task.
|
long |
getLet()
Return the LET of the task.
|
long |
getOffset()
Return the offset of the task.
|
public LetTask(Actor actor, long let, long invocationPeriod, long start)
actor
- The LET task.let
- The LET of the task.invocationPeriod
- The period of invocation of the task.start
- The start time of the task.public long getInvocationPeriod()
public long getLet()
public Actor getActor()
public long getOffset()