diff options
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/reasoner/light')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/reasoner/light/BasicQueryEngine.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/reasoner/light/BasicQueryEngine.java b/src/uk/ac/ox/cs/pagoda/reasoner/light/BasicQueryEngine.java index 107d3ca..034827e 100644 --- a/src/uk/ac/ox/cs/pagoda/reasoner/light/BasicQueryEngine.java +++ b/src/uk/ac/ox/cs/pagoda/reasoner/light/BasicQueryEngine.java | |||
| @@ -32,6 +32,13 @@ public class BasicQueryEngine extends RDFoxQueryEngine { | |||
| 32 | parameters.m_useBushy = true; | 32 | parameters.m_useBushy = true; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | /*** | ||
| 36 | * @return Overall number of triples. | ||
| 37 | */ | ||
| 38 | public long getStoreSize() throws JRDFStoreException { | ||
| 39 | return store.getTriplesCount(); | ||
| 40 | } | ||
| 41 | |||
| 35 | public void materialiseFoldedly(DatalogProgram dProgram, GapByStore4ID gap) { | 42 | public void materialiseFoldedly(DatalogProgram dProgram, GapByStore4ID gap) { |
| 36 | if(isDisposed()) throw new DisposedException(); | 43 | if(isDisposed()) throw new DisposedException(); |
| 37 | if(gap != null) { | 44 | if(gap != null) { |
