Class IndexableMarksWithEnergy
Object
org.anchoranalysis.core.index.Indexable
org.anchoranalysis.mpp.feature.energy.IndexableMarksWithEnergy
- All Implemented Interfaces:
Comparable<AssociatedIndex>,AssociatedIndex
public class IndexableMarksWithEnergy extends Indexable
An
Indexable object that contains MarksWithEnergyBreakdown.
This class extends Indexable to provide an index for the marks with energy breakdown,
typically used in iterative processes.
-
Constructor Summary
Constructors Constructor Description IndexableMarksWithEnergy(int iter, MarksWithEnergyBreakdown marks)Creates a newIndexableMarksWithEnergy. -
Method Summary
-
Constructor Details
-
IndexableMarksWithEnergy
Creates a newIndexableMarksWithEnergy.- Parameters:
iter- the iteration number or indexmarks- theMarksWithEnergyBreakdownassociated with this index
-
-
Method Details