public class Wcc extends Object implements Computation<Id>
| Constructor and Description |
|---|
Wcc() |
| Modifier and Type | Method and Description |
|---|---|
String |
category() |
void |
compute(ComputationContext context,
Vertex vertex,
Iterator<Id> messages) |
void |
compute0(ComputationContext context,
Vertex vertex) |
String |
name() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterSuperstep, beforeSuperstep, close, initpublic String name()
name in interface Computation<Id>public String category()
category in interface Computation<Id>public void compute0(ComputationContext context, Vertex vertex)
compute0 in interface Computation<Id>public void compute(ComputationContext context, Vertex vertex, Iterator<Id> messages)
compute in interface Computation<Id>Copyright © 2020–2022. All rights reserved.