public class CurrentTimeCondition extends ConditionOrAction implements Condition
Modifier and Type | Class and Description |
---|---|
static class |
CurrentTimeCondition.When
When operator.
|
Constructor and Description |
---|
CurrentTimeCondition()
Creates a new
CurrentTimeCondition . |
Modifier and Type | Method and Description |
---|---|
void |
addElse(ConditionOrAction item)
Adds a condition or action to the list of conditions/actions which should be executed
when this condition is false.
|
void |
addWhen(ConditionOrAction item)
Adds a condition or action to the list of conditions/actions which should be executed
when this condition is true.
|
java.util.Iterator<ConditionOrAction> |
elseIterator()
The returned iterator can be used to get the actions/conditions which are executed
when this condition is false.
|
int |
elseSize()
Returns the number of action/conditions which should be executed
when this condition is false.
|
int |
getDisplayMessageID() |
java.lang.String |
getId() |
int |
getParameterMessageID() |
int |
getSkeletonMessageID() |
Time |
getTime() |
CurrentTimeCondition.When |
getWhen() |
boolean |
isAction() |
boolean |
isAfterCondition() |
boolean |
isBeforeCondition() |
boolean |
isIF() |
void |
setTime(Time time) |
void |
setWhen(CurrentTimeCondition.When when) |
java.util.Iterator<ConditionOrAction> |
whenIterator()
The returned iterator can be used to get the actions/conditions which are executed
when this condition is true.
|
int |
whenSize()
Returns the number of action/conditions which should be executed
when this condition is true.
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameter
public CurrentTimeCondition()
CurrentTimeCondition
.public void setWhen(CurrentTimeCondition.When when)
when
- One of the enum constants BEFORE or AFTERpublic void setTime(Time time)
time
- Time which should be checkedpublic CurrentTimeCondition.When getWhen()
public Time getTime()
public boolean isBeforeCondition()
isBeforeCondition
in interface Condition
isBeforeCondition
in class ConditionOrAction
public boolean isAfterCondition()
isAfterCondition
in interface Condition
isAfterCondition
in class ConditionOrAction
public java.lang.String getId()
getId
in interface Condition
getId
in class ConditionOrAction
public void addWhen(ConditionOrAction item)
Condition
public void addElse(ConditionOrAction item)
Condition
public int whenSize()
Condition
public int elseSize()
Condition
public java.util.Iterator<ConditionOrAction> whenIterator()
Condition
java.util.Iterator
can be used to remove conditions or actions.whenIterator
in interface Condition
public java.util.Iterator<ConditionOrAction> elseIterator()
Condition
java.util.Iterator
can be used to remove conditions or actions.elseIterator
in interface Condition
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