Uses of Class
org.anchoranalysis.bean.shared.relation.RelationBean
| Package | Description |
|---|---|
| org.anchoranalysis.bean.shared.relation |
Specifies a binary relation of some kind between scalars.
|
| org.anchoranalysis.bean.shared.relation.threshold |
Specifies a unary relation to a threshold value.
|
-
Uses of RelationBean in org.anchoranalysis.bean.shared.relation
Subclasses of RelationBean in org.anchoranalysis.bean.shared.relation Modifier and Type Class Description classEqualToBeanA relationdouble1 == double2.classGreaterThanBeanA relationdouble1 > double2.classGreaterThanEqualToBeanA relationdouble1 >= double2.classLessThanBeanA relationdouble1 < double2.classLessThanEqualToBeanA relationdouble1 <= double2. -
Uses of RelationBean in org.anchoranalysis.bean.shared.relation.threshold
Methods in org.anchoranalysis.bean.shared.relation.threshold that return RelationBean Modifier and Type Method Description RelationBeanRelationToConstant. getRelation()The relation to the threshold, where the threshold forms the second operand.Methods in org.anchoranalysis.bean.shared.relation.threshold with parameters of type RelationBean Modifier and Type Method Description voidRelationToConstant. setRelation(RelationBean relation)The relation to the threshold, where the threshold forms the second operand.Constructors in org.anchoranalysis.bean.shared.relation.threshold with parameters of type RelationBean Constructor Description RelationToConstant(RelationBean relation, double threshold)