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