net.sf.farrago.test.regression
Class FarragoCalcSystemTest.VirtualMachine
java.lang.Object
net.sf.farrago.test.regression.FarragoCalcSystemTest.VirtualMachine
- Enclosing class:
- FarragoCalcSystemTest
public static class FarragoCalcSystemTest.VirtualMachine
- extends Object
Defines a virtual machine (FENNEL, JAVA, AUTO) and the operators it can
implement.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fennel
public static final FarragoCalcSystemTest.VirtualMachine Fennel
Java
public static final FarragoCalcSystemTest.VirtualMachine Java
Auto
public static final FarragoCalcSystemTest.VirtualMachine Auto
name
private final String name
FarragoCalcSystemTest.VirtualMachine
public FarragoCalcSystemTest.VirtualMachine(String name)
getName
public String getName()
getAlterSystemCommand
public String getAlterSystemCommand()
canImplement
public boolean canImplement(SqlOperator op)