CompoundPredicate

class CompoundPredicate(val booleanOperator: Value, val children: Array[Predicate]) extends Predicate

CompoundPredicate: an encapsulating element for combining two or more elements as defined at the entity PREDICATE. The attribute associated with this element, booleanOperator, can take one of the following logical (boolean) operators: and, or, xor or surrogate.

Companion:
object
trait Predicate
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def eval(input: Series): Predication

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val children: Array[Predicate]