JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
parser.methods
Interface BasicNumericalMethod
All Known Implementing Classes:
AvgN
,
GeomN
public interface
BasicNumericalMethod
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getHelp
()
String
getName
()
String
getType
()
String
solve
(
List
<
String
> tokens)
Method Details
solve
String
solve
(
List
<
String
> tokens)
getHelp
String
getHelp
()
getName
String
getName
()
getType
String
getType
()