public class ReEvaluateAtAction extends ConditionOrAction implements Action
Constructor and Description |
---|
ReEvaluateAtAction()
Creates a new
ReEvaluateAtAction . |
Modifier and Type | Method and Description |
---|---|
int |
getDays()
Return the number of days which are added the next evaluation time.
|
int |
getDisplayMessageID() |
java.lang.String |
getId() |
int |
getParameterMessageID() |
int |
getSkeletonMessageID() |
Time |
getTime() |
boolean |
isAction() |
boolean |
isAfterCondition()
Returns
true if this action can be used in a Pre-Condition. |
boolean |
isBeforeCondition()
Returns
true if this action can be used in a Post-Condition. |
boolean |
isFinal()
Returns
true if this is a final action in
this condition. |
boolean |
isIF() |
void |
setDays(int days)
Adds the specified number of days to the next evaluation time
The parameter must be an integer between 0 and 99.
|
void |
setTime(Time time) |
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameter
public void setDays(int days)
days
- Day offsetpublic int getDays()
public void setTime(Time time)
time
- Evaluation timepublic Time getTime()
public boolean isFinal()
Action
true
if this is a final action in
this condition.public java.lang.String getId()
getId
in interface Action
getId
in class ConditionOrAction
public boolean isBeforeCondition()
Action
true
if this action can be used in a Post-Condition.isBeforeCondition
in interface Action
isBeforeCondition
in class ConditionOrAction
public boolean isAfterCondition()
Action
true
if this action can be used in a Pre-Condition.isAfterCondition
in interface Action
isAfterCondition
in class ConditionOrAction
public boolean isAction()
isAction
in class ConditionOrAction
com.uc4.api.objects.Action
or
false if the sub class is an instance of com.uc4.api.objects.Condition
public boolean isIF()
isIF
in class ConditionOrAction
public int getParameterMessageID()
getParameterMessageID
in class ConditionOrAction
public int getSkeletonMessageID()
getSkeletonMessageID
in class ConditionOrAction
public int getDisplayMessageID()
getDisplayMessageID
in class ConditionOrAction