public abstract class EdgeCombinationMethod
extends java.lang.Object| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeCombinationMethod.AggregationType |
| Modifier and Type | Field and Description |
|---|---|
EdgeCombinationMethod.AggregationType |
aggregationType |
| Constructor and Description |
|---|
EdgeCombinationMethod(EdgeCombinationMethod.AggregationType aggregationType, boolean useSourceVertex, boolean useEdge, boolean useDestinationVertex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUseDestinationVertex() |
boolean |
isUseEdge() |
boolean |
isUseSourceVertex() |
public final EdgeCombinationMethod.AggregationType aggregationType
public EdgeCombinationMethod(EdgeCombinationMethod.AggregationType aggregationType, boolean useSourceVertex, boolean useEdge, boolean useDestinationVertex)