public abstract class AbstractSurfaceQueryEngine extends Object
Constructor and Description |
---|
AbstractSurfaceQueryEngine() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
abstract String[] |
query(String q) |
boolean |
queryAndCheck(String q,
String ans) |
public boolean queryAndCheck(String q, String ans) throws IOException
IOException
public abstract String[] query(String q) throws IOException
IOException
public abstract void close() throws IOException
IOException
Copyright © 2017. All rights reserved.