public class IfCondition extends Condition
| Constructor and Description |
|---|
IfCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCondition(Integer slotIndex) |
ConditionTypeEnum |
getConditionType() |
Executable |
getFalseCaseExecutableItem() |
Executable |
getIfItem() |
Executable |
getTrueCaseExecutableItem() |
void |
setFalseCaseExecutableItem(Executable falseCaseExecutableItem) |
void |
setIfItem(Executable ifNode) |
void |
setTrueCaseExecutableItem(Executable trueCaseExecutableItem) |
addExecutable, addExecutable, execute, getAllNodeInCondition, getCurrChainId, getCurrChainName, getExecutableGroup, getExecutableList, getExecutableList, getExecutableOne, getExecuteType, getId, getTag, setCurrChainId, setExecutableList, setId, setTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecuteName, getItemResultMetaValue, isAccess, setCurrChainNamepublic void executeCondition(Integer slotIndex) throws Exception
executeCondition in class ConditionExceptionpublic ConditionTypeEnum getConditionType()
getConditionType in class Conditionpublic Executable getTrueCaseExecutableItem()
public void setTrueCaseExecutableItem(Executable trueCaseExecutableItem)
public Executable getFalseCaseExecutableItem()
public void setFalseCaseExecutableItem(Executable falseCaseExecutableItem)
public void setIfItem(Executable ifNode)
public Executable getIfItem()
Copyright © 2025. All rights reserved.