Package net.sourceforge.plantuml.svek
Class ArithmeticStrategySum
- java.lang.Object
-
- net.sourceforge.plantuml.svek.ArithmeticStrategySum
-
- All Implemented Interfaces:
ArithmeticStrategy
public class ArithmeticStrategySum extends java.lang.Object implements ArithmeticStrategy
-
-
Constructor Summary
Constructors Constructor Description ArithmeticStrategySum()
-
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
-
-