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() |
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, setParameterpublic void setDays(int days)
days - Day offsetpublic int getDays()
public void setTime(Time time)
time - Evaluation timepublic Time getTime()
public boolean isFinal()
Actiontrue if this is a final action in
this condition.public String getId()
getId in interface ActiongetId in class ConditionOrActionpublic boolean isBeforeCondition()
Actiontrue if this action can be used in a Post-Condition.isBeforeCondition in interface ActionisBeforeCondition in class ConditionOrActionpublic boolean isAfterCondition()
Actiontrue if this action can be used in a Pre-Condition.isAfterCondition in interface ActionisAfterCondition in class ConditionOrActionpublic boolean isAction()
isAction in class ConditionOrActioncom.uc4.api.objects.Action or
false if the sub class is an instance of com.uc4.api.objects.Conditionpublic boolean isIF()
isIF in class ConditionOrActionpublic int getParameterMessageID()
getParameterMessageID in class ConditionOrActionpublic int getSkeletonMessageID()
getSkeletonMessageID in class ConditionOrActionpublic int getDisplayMessageID()
getDisplayMessageID in class ConditionOrActionCopyright © 2021. All rights reserved.