public class RingsDetectionWithFilter extends Object implements Computation<RingsDetectionMessage>
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_FILTER |
| Constructor and Description |
|---|
RingsDetectionWithFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
category() |
void |
compute(ComputationContext context,
Vertex vertex,
Iterator<RingsDetectionMessage> messages) |
void |
compute0(ComputationContext context,
Vertex vertex) |
void |
init(Config config) |
String |
name() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterSuperstep, beforeSuperstep, closepublic static final String OPTION_FILTER
public String name()
name in interface Computation<RingsDetectionMessage>public String category()
category in interface Computation<RingsDetectionMessage>public void init(Config config)
init in interface Computation<RingsDetectionMessage>public void compute0(ComputationContext context, Vertex vertex)
compute0 in interface Computation<RingsDetectionMessage>public void compute(ComputationContext context, Vertex vertex, Iterator<RingsDetectionMessage> messages)
compute in interface Computation<RingsDetectionMessage>Copyright © 2020–2021. All rights reserved.