Packagesystem.logic
Classpublic class ElseIfEquals
InheritanceElseIfEquals Inheritance ElseIf Inheritance Object

Defines an equality between two values in an 'elseif' conditional block.

See also

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

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