net.sourceforge.plantuml.svek
Class ArithmeticStrategySum

java.lang.Object
  extended by net.sourceforge.plantuml.svek.ArithmeticStrategySum
All Implemented Interfaces:
ArithmeticStrategy

public class ArithmeticStrategySum
extends Object
implements ArithmeticStrategy


Constructor Summary
ArithmeticStrategySum()
           
 
Method Summary
 void eat(double v)
           
 double getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArithmeticStrategySum

public ArithmeticStrategySum()
Method Detail

eat

public void eat(double v)
Specified by:
eat in interface ArithmeticStrategy

getResult

public double getResult()
Specified by:
getResult in interface ArithmeticStrategy


Copyright © 2013. All Rights Reserved.