Packagesystem.logic
Classpublic class ElseIfLessOrEqualsThan
InheritanceElseIfLessOrEqualsThan Inheritance ElseIf Inheritance Object

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

See also

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

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