Uses of Class
org.anchoranalysis.mpp.feature.energy.saved.EnergySavedAll
Packages that use EnergySavedAll
Package
Description
Non-bean classes pertaining to calculating energy of {org.anchoranalysis.mpp.mark.Mark}s.
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 EnergySavedAllModifier and TypeMethodDescriptionMarksWithEnergyBreakdown.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 EnergySavedAllModifier and TypeMethodDescriptionvoid
MarksWithEnergyBreakdown.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 EnergySavedAllModifierConstructorDescriptionMarksWithEnergyBreakdown
(MarksWithTotalEnergy marks, EnergySavedIndividual individual, EnergySavedPairs pair, EnergySavedAll all) Creates a newMarksWithEnergyBreakdown
instance. -
Uses of EnergySavedAll in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that return EnergySavedAllModifier and TypeMethodDescriptionEnergySavedAll.deepCopy()
Creates a deep copy of this instance.EnergySavedAll.shallowCopy()
Creates a shallow copy of this instance.