public abstract class Operator
extends java.lang.Object
implements java.io.Serializable
Author: Alain Hebert, Ecole Polytechnique de Montreal (2002)
Modifier and Type | Field and Description |
---|---|
int |
edit
user-defined edition index.
|
Jlcm |
epsObj
embedded Encapsulated Post Script (eps) file object
|
Jlcm |
fileObj
embedded file object
|
Jlcm |
lcmObj
embedded LCM object
|
java.lang.String |
name
user-defined name of this operator instance
|
java.lang.String |
operator
String identification of the specific operator
|
Modifier and Type | Method and Description |
---|---|
void |
abort()
call the native ABORT: operator.
|
void |
end()
call the native END: operator.
|
static void |
execNat(java.lang.String jname,
java.lang.String jcommand,
Jlcm[] jkentry)
call the native operator using JNI
|
void |
reset()
erase the LCM structures embedded in this Operator object.
|
void |
text()
print the operator data in a form compatible with REDGET.
|
public java.lang.String operator
public java.lang.String name
public int edit
public Jlcm lcmObj
public Jlcm fileObj
public Jlcm epsObj
public static void execNat(java.lang.String jname, java.lang.String jcommand, Jlcm[] jkentry)
jname
- string containing the name of the REDGET input filejcommand
- name of the operatorjkentry
- array of input/output LCM containers required by the operatorpublic void text()
public void reset()
public void end() throws JargonException
JargonException
public void abort() throws JargonException
JargonException