public class Cle2000
extends java.lang.Object
Author: Alain Hebert, Ecole Polytechnique de Montreal (2010)
Constructor and Description |
---|
Cle2000(java.lang.String sname)
use this constructor to create a new Cle2000 object
|
Cle2000(java.lang.String sname,
int edit)
use this constructor to create a new Cle2000 object
|
Cle2000(java.lang.String sname,
int edit,
Lifo jstack)
use this constructor to create a new Cle2000 object with an embedded Lifo stack
|
Cle2000(java.lang.String sname,
Lifo jstack)
use this constructor to create a new Cle2000 object with an embedded Lifo stack
|
public Cle2000(java.lang.String sname)
sname
- string containing the name of the ascii file containing the CLE-2000
procedure (without the ".c2m" suffix)public Cle2000(java.lang.String sname, int edit)
sname
- string containing the name of the ascii file containing the CLE-2000
procedure (without the ".c2m" suffix)edit
- user-defined edition index. Increasing value of edit will
cause increasing amount of listing information. Set edit to zero to avoid
listing information.public Cle2000(java.lang.String sname, Lifo jstack)
sname
- string containing the name of the ascii file containing the CLE-2000
procedure (without the ".c2m" suffix)jstack
- Lifo stack to include in Cle2000 objectpublic Cle2000(java.lang.String sname, int edit, Lifo jstack)
sname
- string containing the name of the ascii file containing the CLE-2000
procedure (without the ".c2m" suffix)edit
- user-defined edition index. Increasing value of edit will
cause increasing amount of listing information. Set edit to zero to avoid
listing information.jstack
- Lifo stack to include in Cle2000 objectpublic void setLifo(Lifo myLifo)
myLifo
- Lifo stack containing input/output parameterspublic void exec() throws JargonException
JargonException