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 |
---|---|
EdgeCombinationMethod.AggregationType |
getAggregationType() |
boolean |
isUseDestinationVertex() |
boolean |
isUseEdge() |
boolean |
isUseSourceVertex() |
public final EdgeCombinationMethod.AggregationType aggregationType
public EdgeCombinationMethod(EdgeCombinationMethod.AggregationType aggregationType, boolean useSourceVertex, boolean useEdge, boolean useDestinationVertex)
public EdgeCombinationMethod.AggregationType getAggregationType()
public boolean isUseDestinationVertex()
public boolean isUseEdge()
public boolean isUseSourceVertex()