public class GeFlowProceedCondition extends NumberFlowProceedConditionSupport
| Constructor and Description |
|---|
GeFlowProceedCondition(java.lang.String paramKey,
java.lang.String expectedValue)
期待値以上であることを比較するフロー進行条件クラスを生成する。
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doComparison(long paramValue,
long expectedValue)
数値の比較を行う。
|
isMatchpublic GeFlowProceedCondition(java.lang.String paramKey,
java.lang.String expectedValue)
paramKey - 比較対象のパラメータを特定するためのキー値expectedValue - 期待する値protected boolean doComparison(long paramValue,
long expectedValue)
doComparison in class NumberFlowProceedConditionSupportparamValue - パラメーター値expectedValue - 期待する値