Package net.sourceforge.plantuml.svek
Class ArithmeticStrategyMax
- java.lang.Object
-
- net.sourceforge.plantuml.svek.ArithmeticStrategyMax
-
- All Implemented Interfaces:
ArithmeticStrategy
public class ArithmeticStrategyMax extends java.lang.Object implements ArithmeticStrategy
-
-
Constructor Summary
Constructors Constructor Description ArithmeticStrategyMax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
eat(double v)
double
getResult()
-
-
-
Method Detail
-
eat
public void eat(double v)
- Specified by:
eat
in interfaceArithmeticStrategy
-
getResult
public double getResult()
- Specified by:
getResult
in interfaceArithmeticStrategy
-
-