| 194 | } |
| 195 | |
| 196 | static public class CountQuery implements IQuerySchema { |
| 197 | public int[] triple; |
| 198 | |
| 199 | public CountQuery(int... triple) { |
| 200 | this.triple = triple; |
| 201 | } |
| 202 | } |
| 203 | |
| 204 | static public class FrequentBindingsOfQuery implements IQuerySchema { |
| 205 | public int variable; |
nothing calls this directly
no outgoing calls
no test coverage detected