Class EnergyPair
Object
org.anchoranalysis.mpp.feature.energy.EnergyPair
public final class EnergyPair extends Object
Represents a pair of
Marks with their associated total energy.
This class is immutable and automatically generates getters, equals, hashCode, and toString methods via Lombok.
-
Constructor Summary
Constructors Constructor Description EnergyPair(MarkPair<Mark> pair, EnergyTotal energyTotal) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)EnergyTotalgetEnergyTotal()The total energy associated with the pair of marks.MarkPair<Mark>getPair()The pair of marks.inthashCode()StringtoString()