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 voideat(double v)doublegetResult()
-
-
-
Method Detail
-
eat
public void eat(double v)
- Specified by:
eatin interfaceArithmeticStrategy
-
getResult
public double getResult()
- Specified by:
getResultin interfaceArithmeticStrategy
-
-