Class IndexableMarksWithEnergy
- All Implemented Interfaces:
Comparable<AssociatedIndex>
,AssociatedIndex
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
ConstructorsConstructorDescriptionIndexableMarksWithEnergy
(int iter, MarksWithEnergyBreakdown marks) Creates a newIndexableMarksWithEnergy
. -
Method Summary
-
Constructor Details
-
IndexableMarksWithEnergy
Creates a newIndexableMarksWithEnergy
.- Parameters:
iter
- the iteration number or indexmarks
- theMarksWithEnergyBreakdown
associated with this index
-
-
Method Details