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

Class CountProjectionQuery

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

Source from the content-addressed store, hash-verified

117 }
118
119 static public class CountProjectionQuery implements IQuerySchema {
120 public int[] projectionTriple;
121 public List<int[]> otherTriples;
122
123 public CountProjectionQuery(int[] projectionTriple, List<int[]> otherTriples) {
124 this.projectionTriple = projectionTriple;
125 this.otherTriples = otherTriples;
126 }
127 }
128
129 static public class CountDistinctQuery implements IQuerySchema {
130 public int variable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected