Packagesystem.logic
Classpublic class ElseIfGreaterOrEqualsThan
InheritanceElseIfGreaterOrEqualsThan Inheritance ElseIf Inheritance Object

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

See also

system.rules.GreaterOrEqualsThan
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
  
ElseIfGreaterOrEqualsThan(value1:*, value2:*, then:Action = null)
Creates a new ElseIfGreaterOrEqualsThan instance.
ElseIfGreaterOrEqualsThan
 Inherited
eval():Boolean
Evaluates a specific condition.
ElseIf
Constructor Detail
ElseIfGreaterOrEqualsThan()Constructor
public function ElseIfGreaterOrEqualsThan(value1:*, value2:*, then:Action = null)

Creates a new ElseIfGreaterOrEqualsThan 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.