avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.core.dsl.condition
/
NotConditionNode
Not
Condition
Node
data
class
NotConditionNode
(
val
condition
:
ConditionNode
)
:
ConditionNode
逻辑非条件。
Members
Constructors
Not
Condition
Node
Link copied to clipboard
constructor
(
condition
:
ConditionNode
)
Properties
condition
Link copied to clipboard
val
condition
:
ConditionNode
被取反的子条件。
type
Link copied to clipboard
open
override
val
type
:
ConditionTypeId
条件节点类型标识。