Uses of Class
org.anchoranalysis.mpp.feature.energy.marks.MarksWithTotalEnergy
Packages that use MarksWithTotalEnergy
Package
Description
Non-bean classes pertaining to calculating energy of {org.anchoranalysis.mpp.mark.Mark}s.
-
Uses of MarksWithTotalEnergy in org.anchoranalysis.mpp.feature.energy.marks
Methods in org.anchoranalysis.mpp.feature.energy.marks that return MarksWithTotalEnergyModifier and TypeMethodDescriptionMarksWithTotalEnergy.deepCopy()
Makes a deep copy of this instance (except theenergyScheme
which is reused).MarksWithEnergyBreakdown.getMarksWithTotalEnergy()
Gets the marks with their total energy.MarksWithTotalEnergy.shallowCopy()
Makes a shallow copy of this instance.Constructors in org.anchoranalysis.mpp.feature.energy.marks with parameters of type MarksWithTotalEnergyModifierConstructorDescriptionCreates a new instance with the given marks and total energy.MarksWithEnergyBreakdown
(MarksWithTotalEnergy marks, EnergySavedIndividual individual, EnergySavedPairs pair, EnergySavedAll all) Creates a newMarksWithEnergyBreakdown
instance.