Hierarchy For All Packages
Package Hierarchies:- org.apache.hugegraph.computer.algorithm.centrality.betweenness,
- org.apache.hugegraph.computer.algorithm.centrality.closeness,
- org.apache.hugegraph.computer.algorithm.centrality.degree,
- org.apache.hugegraph.computer.algorithm.centrality.pagerank,
- org.apache.hugegraph.computer.algorithm.community.cc,
- org.apache.hugegraph.computer.algorithm.community.kcore,
- org.apache.hugegraph.computer.algorithm.community.lpa,
- org.apache.hugegraph.computer.algorithm.community.trianglecount,
- org.apache.hugegraph.computer.algorithm.community.wcc,
- org.apache.hugegraph.computer.algorithm.path.rings,
- org.apache.hugegraph.computer.algorithm.path.rings.filter,
- org.apache.hugegraph.computer.algorithm.sampling
Class Hierarchy
- java.lang.Object
- org.apache.hugegraph.computer.core.output.AbstractComputerOutput (implements org.apache.hugegraph.computer.core.output.ComputerOutput)
- org.apache.hugegraph.computer.core.output.hg.HugeGraphOutput<T>
- org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientOutput
- org.apache.hugegraph.computer.algorithm.sampling.RandomWalkOutput
- org.apache.hugegraph.computer.algorithm.path.rings.RingsDetectionOutput
- org.apache.hugegraph.computer.core.output.hg.HugeGraphOutput<T>
- org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentralityParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessMessage (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessValue (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentralityParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessMessage (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientValue (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentralityParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.path.rings.filter.FilterDescribe
- org.apache.hugegraph.computer.algorithm.path.rings.filter.FilterDescribe.DescribeItem
- org.apache.hugegraph.computer.algorithm.community.kcore.Kcore (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.community.kcore.KcoreParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.community.kcore.KcoreValue (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.community.lpa.Lpa (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.community.lpa.LpaParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.core.graph.value.MapValue<T> (implements org.apache.hugegraph.computer.core.graph.value.Value)
- org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessValue
- org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master (implements org.apache.hugegraph.computer.core.master.MasterComputation)
- org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRankParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.sampling.RandomWalk (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.sampling.RandomWalkMessage (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.sampling.RandomWalkParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.path.rings.RingsDetection (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.path.rings.RingsDetectionParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilterParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.path.rings.filter.SpreadFilter
- org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCount (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficient
- org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.algorithm.community.trianglecount.TriangleCountValue (implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T>)
- org.apache.hugegraph.computer.algorithm.community.wcc.Wcc (implements org.apache.hugegraph.computer.core.worker.Computation<M>)
- org.apache.hugegraph.computer.algorithm.community.wcc.WccParams (implements org.apache.hugegraph.computer.algorithm.AlgorithmParams)
- org.apache.hugegraph.computer.core.output.AbstractComputerOutput (implements org.apache.hugegraph.computer.core.output.ComputerOutput)