All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.operators.VatOp2
java.lang.Object
|
+----ninja.rmi.NinjaRemoteObject
|
+----iceberg.APCpath.operators.Operator
|
+----iceberg.APCpath.operators.ProcessOperator
|
+----iceberg.APCpath.operators.VatOp2
- public class VatOp2
- extends ProcessOperator
-
VatOp2()
-
-
getCmd()
-
-
getInputType()
- Should return the input type of the operator
-
getOutputType()
- Should return the output type of the operator
-
start(DescrOperator)
- start this operator running.
VatOp2
public VatOp2() throws RemoteException
getInputType
public String getInputType() throws RemoteException
- Should return the input type of the operator
- Overrides:
- getInputType in class Operator
getOutputType
public String getOutputType() throws RemoteException
- Should return the output type of the operator
- Overrides:
- getOutputType in class Operator
start
public void start(DescrOperator descrop)
- start this operator running.
- Overrides:
- start in class ProcessOperator
getCmd
protected String[] getCmd()
- Overrides:
- getCmd in class ProcessOperator
All Packages Class Hierarchy This Package Previous Next Index