Concept: Selection Rules
- If [more than one method to accomplish a goal] (Selection rules) pick (method to use)
- Examples
- IF <condition> THEN accomplish <GOAL>
- IF <car has automatic transmission> THEN <select drive>
- IF <car has manual transmission> THEN <find car with automatic transmission>