Packagesystem.logic
Classpublic class ElseIfGreaterThan
InheritanceElseIfGreaterThan Inheritance ElseIf Inheritance Object

Defines if a value is greater than an other in an 'elseif' conditional block.

See also

system.rules.GreaterThan
system.process.logic.ElseIf


Public Properties
 PropertyDefined By
 Inheritedrule : Rule
The conditional rule of the 'elseif' block.
ElseIf
 Inheritedthen : Action
The then action of the 'elseif' block.
ElseIf
Public Methods
 MethodDefined By
  
ElseIfGreaterThan(value1:*, value2:*, then:Action = null)
Creates a new ElseIfGreaterThan instance.
ElseIfGreaterThan
 Inherited
eval():Boolean
Evaluates a specific condition.
ElseIf
Constructor Detail
ElseIfGreaterThan()Constructor
public function ElseIfGreaterThan(value1:*, value2:*, then:Action = null)

Creates a new ElseIfGreaterThan instance.

Parameters
value1:* — The first value to evaluate.
 
value2:* — The second value to evaluate.
 
then:Action (default = null) — The Action to execute if the condition is true.