LogicOperatorConditionParameters

data class LogicOperatorConditionParameters(val logicOperator: LogicOperator, val selectedRules: Set<Int>, val negatedRules: Set<Int>, val actionDelay: Int?, val returnDelay: Int?) : ConditionParameters

Constructors

Link copied to clipboard
constructor(logicOperator: LogicOperator, selectedRules: Set<Int>, negatedRules: Set<Int>, actionDelay: Int?, returnDelay: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard