Package samer.maths
Class VGenerator
- java.lang.Object
-
- Viewable
-
- samer.maths.VGenerator
-
-
Constructor Summary
Constructors Constructor and Description VGenerator(java.lang.String nm)
VGenerator(java.lang.String nm, Generator g)
-
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(Registry r)
Generator
getGenerator()
Viewer
getViewer()
double
next()
void
next(double[] x)
void
setGenerator(Generator g)
-
-
-
Constructor Detail
-
VGenerator
public VGenerator(java.lang.String nm) throws java.lang.Exception
- Throws:
java.lang.Exception
-
VGenerator
public VGenerator(java.lang.String nm, Generator g) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
getGenerator
public Generator getGenerator()
-
setGenerator
public void setGenerator(Generator g)
-
getViewer
public Viewer getViewer()
-
getCommands
public void getCommands(Registry r)
-
execute
public void execute(java.lang.String cmd, Environment env) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-