Packagesystem.logic
Classpublic class ElseIfZero
InheritanceElseIfZero Inheritance ElseIf Inheritance Object

Defines if a value is 0 in an 'elseif' conditional block.

See also

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

Creates a new ElseIfZero instance.

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