Package samer.maths
Class VFunction
- java.lang.Object
-
- Viewable
-
- samer.maths.VFunction
-
public class VFunction extends Viewable
A Viewable for a Function - provides a UI for getting a plot of the function and for looking at its derivative (would like to be able to switch the Function too)
-
-
Constructor Summary
Constructors Constructor and Description VFunction(java.lang.String name)
VFunction(java.lang.String name, Function f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
void
execute(java.lang.String cmd, Environment env)
void
getCommands(Agent.Registry r)
Function
getFunction()
Viewer
getViewer()
void
setFunction(Function f)
-
-
-
Constructor Detail
-
VFunction
public VFunction(java.lang.String name)
-
VFunction
public VFunction(java.lang.String name, Function f)
-
-