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 voiddispose()voidexecute(java.lang.String cmd, Environment env)voidgetCommands(Registry r)GeneratorgetGenerator()ViewergetViewer()doublenext()voidnext(double[] x)voidsetGenerator(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
-
-