MCPcopy Create free account
hub / github.com/dig-team/AMIE / CountQuery

Class CountQuery

kb/src/main/java/amie/data/remote/Queries.java:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected