Class GreaterThanBean
- All Implemented Interfaces:
GenerateUniqueParameterization
A relation
double1 > double2.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancreate()Creates aDoubleBiPredicatethat implements the relation.booleaninthashCode()toString()By default, we useAnchorBean.describeBean()as the string representation of the bean.Methods inherited from class org.anchoranalysis.bean.shared.relation.RelationBean
uniqueNameMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise
-
Constructor Details
-
GreaterThanBean
public GreaterThanBean()
-
-
Method Details
-
toString
Description copied from class:AnchorBeanBy default, we useAnchorBean.describeBean()as the string representation of the bean.- Specified by:
toStringin classRelationBean- Returns:
- the string representation
-
create
Description copied from class:RelationBeanCreates aDoubleBiPredicatethat implements the relation.- Specified by:
createin classRelationBean- Returns:
- the relation as a predicate.
-
equals
- Specified by:
equalsin interfaceGenerateUniqueParameterization- Overrides:
equalsin classRelationBean
-
canEqual
- Overrides:
canEqualin classRelationBean
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceGenerateUniqueParameterization- Overrides:
hashCodein classRelationBean
-