# CalculatorTransition

It will transition by the calculation result

![CalculatorTransition](./images/CalculatorTransition.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Conditions
</td>
<td>
Set the judgment condition.
            <ul><li>+ Button<br />Add condition.</li><li>Compare Type<br /><table class="docutils"><tr><td>Equals</td><td>Equal to value</td></tr><tr><td>NotEquals</td><td>Not equal to value</td></tr><tr><td>Greater</td><td>Greater than value</td></tr><tr><td>GreaterOrEquals</td><td>Greater than or equal to the value</td></tr><tr><td>Less</td><td>Less than the value</td></tr><tr><td>LessOrEquals</td><td>Less than or equal to the value</td></tr></table></li><li>Value1,Value2<br />Value to be compared</li></ul>
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.
</td>
</tr>
 </tbody>
</table>


## Remarks

When more than one Condition is set, it transits only when all comparison results become true.

