Uses of Class
org.anchoranalysis.mpp.feature.energy.saved.EnergySavedAll
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.energy.marks |
Non-bean classes pertaining to calculating energy of {org.anchoranalysis.mpp.mark.Mark}s.
|
| org.anchoranalysis.mpp.feature.energy.saved |
Saved snapshots of energy-calculations.
|
-
Uses of EnergySavedAll in org.anchoranalysis.mpp.feature.energy.marks
Methods in org.anchoranalysis.mpp.feature.energy.marks that return EnergySavedAll Modifier and Type Method Description EnergySavedAllMarksWithEnergyBreakdown. getAll()Certain features are stored for every object, so that we can reference them in our calculations for the 'all' component.Methods in org.anchoranalysis.mpp.feature.energy.marks with parameters of type EnergySavedAll Modifier and Type Method Description voidMarksWithEnergyBreakdown. setAll(EnergySavedAll all)Certain features are stored for every object, so that we can reference them in our calculations for the 'all' component.Constructors in org.anchoranalysis.mpp.feature.energy.marks with parameters of type EnergySavedAll Constructor Description MarksWithEnergyBreakdown(MarksWithTotalEnergy marks, EnergySavedIndividual individual, EnergySavedPairs pair, EnergySavedAll all) -
Uses of EnergySavedAll in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that return EnergySavedAll Modifier and Type Method Description EnergySavedAllEnergySavedAll. deepCopy()Creates a deep copy of this instance.EnergySavedAllEnergySavedAll. shallowCopy()Creates a shallow copy of this instance.