Eliminate Decision By Attribute Point Pseudo Code

Get the First Attribute value

Get the Point Value

Switch comparison operator

Case Greater than 

If (attribute1 is > Point Value)

      Eliminate the decision

End if

  Case Less Than:

    If (attribute 1 is < Point Value)

      Eliminate the decision

    End if

  Case Equal To

    If (attribute 1 = = Point Value)

      Eliminate the decision

End if

End switch

 Note: Alphanumeric comparison is case sensitive.

More information

 Eliminate Decision By Attribute Point.