diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-08-01 18:53:23 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-08-01 18:53:23 +0100 |
| commit | 3d1c8553f61747b54a8304a39f401f9b77f8cf57 (patch) | |
| tree | 1e1374da8ae640b7e5c4aff86a5ab2d8d413f2ac /src/uk/ac/ox/cs/pagoda/query | |
| parent | 3d44aee6069175038266c65f945147569e6343f6 (diff) | |
| download | ACQuA-3d1c8553f61747b54a8304a39f401f9b77f8cf57.tar.gz ACQuA-3d1c8553f61747b54a8304a39f401f9b77f8cf57.zip | |
Option for SkolemUpperBound application and for skolemisation depth (from file pagoda.properties).
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/query')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/query/QueryRecord.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/query/QueryRecord.java b/src/uk/ac/ox/cs/pagoda/query/QueryRecord.java index d88376f..f702d5c 100644 --- a/src/uk/ac/ox/cs/pagoda/query/QueryRecord.java +++ b/src/uk/ac/ox/cs/pagoda/query/QueryRecord.java | |||
| @@ -802,7 +802,7 @@ public class QueryRecord extends Disposable { | |||
| 802 | } | 802 | } |
| 803 | 803 | ||
| 804 | public static Gson getInstance() { | 804 | public static Gson getInstance() { |
| 805 | if(gson == null) { | 805 | if (gson == null) { |
| 806 | gson = new GsonBuilder() | 806 | gson = new GsonBuilder() |
| 807 | .registerTypeAdapter(AnswerTuple.class, new AnswerTuple.AnswerTupleSerializer()) | 807 | .registerTypeAdapter(AnswerTuple.class, new AnswerTuple.AnswerTupleSerializer()) |
| 808 | .registerTypeAdapter(QueryRecord.class, new QueryRecord.QueryRecordSerializer()) | 808 | .registerTypeAdapter(QueryRecord.class, new QueryRecord.QueryRecordSerializer()) |
| @@ -820,4 +820,5 @@ public class QueryRecord extends Disposable { | |||
| 820 | // } | 820 | // } |
| 821 | 821 | ||
| 822 | } | 822 | } |
| 823 | |||
| 823 | } | 824 | } |
