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