Class: Not

olympe.dc.api.predicates. Not


new Not(predicate)

Parameters:
Name Type Description
predicate olympe.dc.api.Predicate
Implements:

Methods


clear(tag, index)

Unregister callback

Parameters:
Name Type Description
tag string
index string
Implements:

execute(tag)

Apply the predicate to given value

Parameters:
Name Type Description
tag string

of instance to test predicate

Implements:
Returns:

if predicates passes

Type
boolean

getPredicate()

Returns:
Type
olympe.dc.api.Predicate

observe(tag, index, callback)

Define testing on a dataflow string

Parameters:
Name Type Description
tag string
index string
callback olympe.dc.api.Predicate.PredicateCallback
Implements:

serialize()

Serialize the predicate

Implements:
Returns:
Type
Object

toString()

Gets a string representation of this predicate

Implements:
Returns:

The string representation

Type
string