Package org.eolang.jeo.improvement
Class ImprovementXmirFootprint
- java.lang.Object
-
- org.eolang.jeo.improvement.ImprovementXmirFootprint
-
- All Implemented Interfaces:
Improvement
public final class ImprovementXmirFootprint extends Object implements Improvement
Footprint of the EO's.- Since:
- 0.1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.jeo.Improvement
Improvement.Dummy, Improvement.Mock
-
-
Constructor Summary
Constructors Constructor Description ImprovementXmirFootprint(Path home)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Representation>
apply(Collection<? extends Representation> representations)
Apply the improvement.
-
-
-
Constructor Detail
-
ImprovementXmirFootprint
public ImprovementXmirFootprint(Path home)
Constructor.- Parameters:
home
- Where to save the EO.
-
-
Method Detail
-
apply
public Collection<Representation> apply(Collection<? extends Representation> representations)
Description copied from interface:Improvement
Apply the improvement.- Specified by:
apply
in interfaceImprovement
- Parameters:
representations
- IRs to optimize.- Returns:
- Optimized IRs.
-
-