from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentralityParams.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRankParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank4Master.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessValue.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentralityParams.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentralityParams.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentrality.java" contains "import org.apache.hugegraph.computer.core.worker.Computation;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetection.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionOutput.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdListList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionWithFilterParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionWithFilter.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/SpreadFilter.java" contains "import org.apache.hugegraph.computer.core.graph.value.Value;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCount.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/Kcore.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/Wcc.java" contains "import org.apache.hugegraph.computer.core.combiner.Combiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/WccParams.java" contains "import org.apache.hugegraph.computer.core.combiner.ValueMinCombiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficient.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientOutput.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/lpa/Lpa.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;"