net.sourceforge.plantuml.svek
Class ArithmeticStrategyMax

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

public class ArithmeticStrategyMax
extends Object
implements ArithmeticStrategy


Constructor Summary
ArithmeticStrategyMax()
           
 
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

ArithmeticStrategyMax

public ArithmeticStrategyMax()
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.