Uses of Class
org.anchoranalysis.mpp.bean.bound.ResolvedBound
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.bound |
Lower and upper limits set around variables.
|
-
Uses of ResolvedBound in org.anchoranalysis.mpp.bean.bound
Methods in org.anchoranalysis.mpp.bean.bound that return ResolvedBound Modifier and Type Method Description ResolvedBoundMarkBounds. calculateMinMax(Optional<Resolution> resolution, boolean do3D)Calculates the resolved minimum and maximum values as aResolvedBound.ResolvedBoundBoundMinMax. getDelegate()ResolvedBoundBound. resolve(Optional<Resolution> resolution, boolean do3D)Resolves the bound based on the given resolution and dimensionality.Methods in org.anchoranalysis.mpp.bean.bound with parameters of type ResolvedBound Modifier and Type Method Description voidBoundMinMax. setDelegate(ResolvedBound delegate)Constructors in org.anchoranalysis.mpp.bean.bound with parameters of type ResolvedBound Constructor Description ResolvedBound(ResolvedBound src)Creates a new instance by copying another ResolvedBound.