Module Index

Module: predicate

This package contains various predicate classes that evaluate in if statemenets.

Modules

equal

This module defines the Equal predicate class.

greater

This module defines the Greater predicate class.

lesser

This module defines the Lesser predicate class.

predicate

This module defines the base Predicate class.

Classes

Equal

The Equal predicate. This will evaluate to true if the two operands are equal.

Greater

The Greater predicate. This will evaluate to true if the first operand is greater than the second.

Lesser

The Lesser predicate. This will evaluate to true if the first operand is less than the second.

Predicate

The base Predicate class inherited by all other predicates.