Package parser.methods.ext
Class Rounding.Round
java.lang.Object
parser.methods.ext.Rounding.Round
- All Implemented Interfaces:
BasicNumericalMethod
- Enclosing class:
- Rounding
public static class Rounding.Round extends java.lang.Object implements BasicNumericalMethod
-
Constructor Summary
Constructors Constructor Description Round() -
Method Summary
-
Constructor Details
-
Round
public Round()
-
-
Method Details
-
solve
public java.lang.String solve(java.util.List<java.lang.String> tokens)- Specified by:
solvein interfaceBasicNumericalMethod
-
getHelp
public java.lang.String getHelp()- Specified by:
getHelpin interfaceBasicNumericalMethod
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceBasicNumericalMethod
-
getType
public java.lang.String getType()- Specified by:
getTypein interfaceBasicNumericalMethod
-