public class IfConditionNode extends AbstractExecutableNode<ProcessStatus,IfProcessor> implements ComplexNodes<ExecutableNode<?,?>>
description, enableSupplier, id, logger, nameSTRONG_DEPENDENCY, WEAK_DEPENDENCY| 构造器和说明 |
|---|
IfConditionNode() |
IfConditionNode(@NotNull Rule rule,
@NotNull BranchNode trueBranch) |
IfConditionNode(@NotNull Rule rule,
@NotNull BranchNode trueBranch,
BranchNode falseBranch) |
IfConditionNode(@NotNull Rule rule,
@NotNull BranchNode trueBranch,
BranchNode falseBranch,
KeyMapper keyMapper,
Set<Key<?>> readableKeys,
Set<Key<?>> writableKeys) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ExecutableNode<?,?>> |
getNodes() |
protected boolean |
ruleCheck(@NotNull Context context) |
addProcessListeners, destroy, execute, getExecutor, getFallbackProcessor, getListeners, getName, getProcessor, getResultKey, getReturnCondition, getRule, initialize, isParallel, isWeakDependency, notifyListeners, onException, parallel, parallel, postExecution, preExecution, processOn, registerProcessor, returnOn, setExecutor, setFallbackProcessor, setListeners, setParallel, setResultKey, setRule, setWeakDependencyaddReadableKeys, addReadableKeys, addWritableKeys, addWritableKeys, getKeyMapper, getReadableKeys, getWritableKeys, setKeyMapper, setReadableKeys, setWritableKeysenabled, getDescription, getId, setDescription, setEnabled, setEnabled, setId, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenabled, setDescription, setEnabled, setEnabled, setId, setNamegetDescriptiongetKeyMapper, getReadableKeys, getWritableKeys, setKeyMapper, setReadableKeys, setWritableKeyspublic IfConditionNode(@NotNull
@NotNull Rule rule,
@NotNull
@NotNull BranchNode trueBranch)
public IfConditionNode(@NotNull
@NotNull Rule rule,
@NotNull
@NotNull BranchNode trueBranch,
BranchNode falseBranch)
public IfConditionNode(@NotNull
@NotNull Rule rule,
@NotNull
@NotNull BranchNode trueBranch,
BranchNode falseBranch,
KeyMapper keyMapper,
Set<Key<?>> readableKeys,
Set<Key<?>> writableKeys)
public IfConditionNode()
protected boolean ruleCheck(@NotNull
@NotNull Context context)
public List<ExecutableNode<?,?>> getNodes()
getNodes 在接口中 ComplexNodes<ExecutableNode<?,?>>Copyright © 2021. All rights reserved.