AuditCriterion |
AuditFunction.eqFunction(AuditFunction otherFunction) |
Apply an "equal" constraint to another function
|
AuditCriterion |
AuditProperty.eqFunction(AuditFunction otherFunction) |
Apply an "equal" constraint to a function
|
AuditCriterion |
AuditFunction.geFunction(AuditFunction otherFunction) |
Apply a "greater than or equal" constraint to another function
|
AuditCriterion |
AuditProperty.geFunction(AuditFunction otherFunction) |
Apply a "greater than or equal" constraint to a function
|
AuditCriterion |
AuditFunction.gtFunction(AuditFunction otherFunction) |
Apply a "greater than" constraint to another function
|
AuditCriterion |
AuditProperty.gtFunction(AuditFunction otherFunction) |
Apply a "greater than" constraint to a function
|
AuditCriterion |
AuditFunction.leFunction(AuditFunction otherFunction) |
Apply a "less than or equal" constraint to another function
|
AuditCriterion |
AuditProperty.leFunction(AuditFunction otherFunction) |
Apply a "less than or equal" constraint to a function
|
AuditCriterion |
AuditFunction.ltFunction(AuditFunction otherFunction) |
Apply a "less than" constraint to another function
|
AuditCriterion |
AuditProperty.ltFunction(AuditFunction otherFunction) |
Apply a "less than" constraint to a function
|
AuditCriterion |
AuditFunction.neFunction(AuditFunction otherFunction) |
Apply a "not equal" constraint to another function
|
AuditCriterion |
AuditProperty.neFunction(AuditFunction otherFunction) |
Apply a "not equal" constraint to a function
|