public class MatlabQueryBuilder
extends java.lang.Object
Constructor and Description |
---|
MatlabQueryBuilder(SPECCHIOClient specchio_client)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
writeMatlabCode(java.io.Writer writer,
Query query)
Generate Matlab code that will execute a given query.
|
public MatlabQueryBuilder(SPECCHIOClient specchio_client)
public void writeMatlabCode(java.io.Writer writer, Query query) throws java.io.IOException
writer
- the writer object to which the code will be writtenquery
- the queryjava.io.IOException
- write error