Package com.zerog.ia.auto.project.rules
Class CompareVariableNumericallyRule
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.rules.Rule
-
- com.zerog.ia.auto.project.rules.CompareVariableNumericallyRule
-
- All Implemented Interfaces:
Referenceable
public class CompareVariableNumericallyRule extends Rule
Compares two IA variables numerically- Version:
- 1.0
- Author:
- Jiju Jacob
-
-
Constructor Summary
Constructors Constructor Description CompareVariableNumericallyRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOperandOne()
Operand onejava.lang.String
getOperandTwo()
Operand twojava.lang.String
getOperation()
"equal to" for num_equals, "not equal to" for num_not_equals, "less than" for num less than, "less than or equals" for num_less than or equals, "greater than" for greater_than and "greater than or equals" for greater_than_or_equalsvoid
setOperandOne(java.lang.String OperandOne)
Operand onevoid
setOperandTwo(java.lang.String OperandTwo)
Operand twovoid
setOperation(java.lang.String Operation)
"equal to" for num_equals, "not equal to" for num_not_equals, "less than" for num less than, "less than or equals" for num_less than or equals, "greater than" for greater_than and "greater than or equals" for greater_than_or_equals-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getOperandOne
public java.lang.String getOperandOne()
Operand one
-
setOperandOne
public void setOperandOne(java.lang.String OperandOne)
Operand one
-
getOperandTwo
public java.lang.String getOperandTwo()
Operand two
-
setOperandTwo
public void setOperandTwo(java.lang.String OperandTwo)
Operand two
-
getOperation
public java.lang.String getOperation()
"equal to" for num_equals, "not equal to" for num_not_equals, "less than" for num less than, "less than or equals" for num_less than or equals, "greater than" for greater_than and "greater than or equals" for greater_than_or_equals
-
setOperation
public void setOperation(java.lang.String Operation)
"equal to" for num_equals, "not equal to" for num_not_equals, "less than" for num less than, "less than or equals" for num_less than or equals, "greater than" for greater_than and "greater than or equals" for greater_than_or_equals
-
-